opencl

  1. L

    An interview with Marshall.

    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...
  2. First_Law_of_Unix

    chmod 777 /dev/dri/renderD128 - Keeps resetting after reboot.

    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...
  3. First_Law_of_Unix

    Successful in porting and fully functional "pjreddie/darknet" YOLO 3 on FreeBSD 13.1 uses AMD GPU.

    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...
  4. First_Law_of_Unix

    How to Install Caffe (Deep Learning Framework)?

    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...
  5. First_Law_of_Unix

    Any OpenCL SDKs for FreeBSD?

    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...
  6. First_Law_of_Unix

    Are there any AMD GPU ROCm support on FreeBSD?

    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...
  7. astyle

    Using OpenCL on FreeBSD

    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...
  8. D

    Segmentation Fault GPU

    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...
  9. D

    Solved Fatal Error On DRM Load

    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...
  10. I

    Is OpenCL possible with the current Nvidia driver?

    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?
  11. `Orum

    Getting OpenCL to work with Intel iGPUs?

    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'...
  12. fhajji

    OpenCL with AMD Radeon RX580 segfaults

    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...
Back
Top