I had ChatGPT write an interview, and it actually produced very useful information. However, I had one last talking point for it to analyze, and it refused, giving me this output instead:
AI: Based on the information you've provided, it seems like this project is quite complex and will require...
Hello,
I am not sure if this is how it should be for FreeBSD in which utilizing the /dev/dri/renderD128 can only be done by root user.
On linux, non root user can utilize the GPU render node renderD128.
I'm working with heavy GPU acceleration tasks and every time I reboot the PC I need to keep...
Hello,
If this brings interests to you, then its means you are looking to get YOLO machine vision, AI/ML working on FreeBSD which utilizes GPU.
We all know that Nvidia CUDA is not supported on FreeBSD and AMD's ROCm has not been ported yet.
So after doing months (2.5 months) of intense...
Hello,
I'm trying to build Caffe from it's github source (This is the OpenCL version of Caffe):
https://github.com/BVLC/caffe/tree/opencl
Getting the following error after doing:
cmake -DBLAS=open -DUSE_OPENCL=ON -DUSE_CLGEMM=ON -DCMAKE_BUILD_TYPE=Debug -DUSE_TIMER=ON...
Hello,
Alright, so I'm learning OpenCL from this book:
https://www.amazon.com/OpenCL-Action-Accelerate-Graphics-Computations/dp/1617290173
It seems that I need an OpenCL SDK, couldn't find any for FreeBSD for AMD GPU.
Thanks for any advice.
Edit:
Did some heavy research, hope this might help...
Hello,
I am trying to do some machine vision computation acceleration done by AMD GPUs using OpenCL via ROCm since this is what many machine vision frameworks use for AMD GPUs.
I spoke with the OpenCL group from their IRC channel on Freenode(Libera). They told me that I would need to install...
I'm trying to get OpenCL going on FreeBSD. The GPU that I have is an Asus Radeon RX 550 4 GB. Per these instructions, I installed lang/clover, benchmarks/clpeak, devel/ocl-icd, deve/clinfo, and graphics/drm-kmod. I successfully got a Plasma Wayland session going, so I know graphics/drm-kmod is...
Hello, whenever I run clinfo or clpeak I get this error:
clpeak:
Platform: Clover
Device: AMD CEDAR (DRM 2.50.0 / 12.2-RELEASE-p3, LLVM 10.0.1)
Driver version : 20.2.3 (FreeBSD)
Compute units : 2
Clock frequency : 650 MHz
Segmentation fault (core dumped)
clinfo;
...
ICD...
Hello,I have been trying to get clinfo to display my GPU correctly. Currently it displays:
clGetDeviceIDs(NULL, CL_DEVICE_TYPE_ALL, ...) No devices found in platform [Clover?]
At first I tried loading the Radeon GPU DRM radeonkms.ko but when I try to load it I get a fatal trap 12 page fault...
Currently I have an Nvidia GTX 750 Ti video card I want to use for my little machine learning projects, and I see that CUDA does not work on FreeBSD. I am curious if I could use OpenCL https://www.freshports.org/devel/opencl with this Nvidia card, or that is out of the question too?
I'm trying to get an Intel HD 530 to show up as a valid OpenCL device, but try as I might, I've been unsuccessful so far. I've installed intel-compute-runtime, and drm-kmod (and loaded the driver), but it's still not listed by clinfo. I've also added the account running it to the 'video'...
Hello,
I'm trying to run some OpenCL programs but I keep getting segfaults. This is on FreeBSD 11.2,
using an AMD Radeon RX580 with the amdgpu driver and drm-next-kmod.
I have no problems with this GPU running Xorg and OpenGL programs. But OpenCL is kind
of broken, or works only partially. I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.