SciNim / nimcuda

Nim bindings for CUDA
Apache License 2.0
42 stars 9 forks source link

vector_types.h File not found error #15

Open dlesnoff opened 2 years ago

dlesnoff commented 2 years ago

I have tried to install nimcuda before running. nim fft nim c -r fft.nim nim cpp -r fft.nim They all provide the same error:

/home/kolmogorov/.cache/nim/fft_d/@m..@snimcuda@svector_types.nim.cpp:8:10: fatal error: vector_types.h: No such file or directory
    8 | #include "vector_types.h"

It is a file proper to cuda 8.0 https://github.com/tpn/cuda-samples/blob/master/v8.0/include/vector_types.h