cu icon indicating copy to clipboard operation
cu copied to clipboard

Cannot find CUjit_target_enum members

Open ImmanuelSegol opened this issue 2 years ago • 2 comments

after calling

go install gorgonia.org/cu/cmd/cudatest@latest

I get this error:

/home/miner/go/pkg/mod/gorgonia.org/[email protected]/jit.go:138:32: could not determine kind of name for C.CU_TARGET_COMPUTE_20
/home/miner/go/pkg/mod/gorgonia.org/[email protected]/jit.go:139:32: could not determine kind of name for C.CU_TARGET_COMPUTE_21

ImmanuelSegol avatar May 23 '23 01:05 ImmanuelSegol

nvcc --version

nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2023 NVIDIA Corporation Built on Fri_Jan__6_16:45:21_PST_2023 Cuda compilation tools, release 12.0, V12.0.140 Build cuda_12.0.r12.0/compiler.32267302_0

ImmanuelSegol avatar May 23 '23 01:05 ImmanuelSegol

CUDA 12 support coming soon!

chewxy avatar May 26 '23 01:05 chewxy