studio-lab-examples icon indicating copy to clipboard operation
studio-lab-examples copied to clipboard

Unable to use OpenCL runtime with GPU instance

Open crackedpotato007 opened this issue 1 year ago • 0 comments

Describe the bug I would like to use the OpenCL runtime to use GPU acclerated hashing software, Like hashcat on my cyber sec course but unfortunately sage maker GPUs don't seem to have the required OpenCL libraries installed

clGetPlatformIDs(): CL_PLATFORM_NOT_FOUND_KHR

ATTENTION! No OpenCL, HIP or CUDA compatible platform found.

To Reproduce Steps to reproduce the behavior:

  1. Connect to a GPU instance
  2. Download Hashcat release from their github and decompress
  3. Try running hashcat -b
  4. No OpenCL GPUs found

Expected behavior The T4 GPU will should up on hashcat and the benchmark would go ahead(Confirmed to be working on google collab on same GPU)

Desktop (please complete the following information):

  • OS: Arch
  • Browser Brave

crackedpotato007 avatar Sep 17 '24 03:09 crackedpotato007