You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
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:
It is a file proper to cuda 8.0 https://github.com/tpn/cuda-samples/blob/master/v8.0/include/vector_types.h
The text was updated successfully, but these errors were encountered: