We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OS: Windows 10 w/ WSL2; Ubuntu 18.04.5 LTS GPU: Intel UHD 620 (iGPU) OpenCL Installable Client Driver used: https://github.com/OCL-dev/ocl-icd
Tried running cl.GetPlatforms(), with no prior preparation/setup. I keep getting:
cl.GetPlatforms()
panic: runtime error: invalid memory address or nil pointer dereference [recovered] panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x602ac6]
Not sure what I'm doing wrong here...
The text was updated successfully, but these errors were encountered:
I guess to go in a bit more depth, when this function is called...
nil
err
C.clGetPlatformIDs
Sorry, something went wrong.
No branches or pull requests
System
OS: Windows 10 w/ WSL2; Ubuntu 18.04.5 LTS
GPU: Intel UHD 620 (iGPU)
OpenCL Installable Client Driver used: https://github.com/OCL-dev/ocl-icd
Reproduced error
Tried running
cl.GetPlatforms()
, with no prior preparation/setup. I keep getting:Not sure what I'm doing wrong here...
The text was updated successfully, but these errors were encountered: