Lupo112

Results 8 comments of Lupo112

Hi, im having the same issue: ``` λ go get -u gorgonia.org/cu # gorgonia.org/cu go\src\gorgonia.org\cu\addressing.go:57:8: could not determine kind of name for C.CUmem_advise go\src\gorgonia.org\cu\addressing.go:60:16: could not determine kind of name...

I tried install cuDNN. Currently i am getting only these errors: ``` # gorgonia.org/cu vendor\gorgonia.org\cu\addressing.go:57:8: could not determine kind of name for C.CUmem_advise vendor\gorgonia.org\cu\addressing.go:60:16: could not determine kind of name...

``` go version go1.12.5 windows/amd64 C_INCLUDE_PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v9.2\include LD_LIBRARY_PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v9.2\lib\x64 LIBRARY_PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v9.2\lib\x64 PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v9.2\lib\x64;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v9.2\bin;C:\Program Files\NVIDIA...

No change, again the same problem: ``` # gorgonia.org/cu go\src\gorgonia.org\cu\addressing.go:57:8: could not determine kind of name for C.CUmem_advise go\src\gorgonia.org\cu\addressing.go:60:16: could not determine kind of name for C.cuMemAdvise go\src\gorgonia.org\cu\addressing.go:86:16: could not...

In directory `src/gorgonia.org/cu` there in no such files. In `C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v9.2\include` files `cudnn.h` and `cuda.h` exist. Any idea why they not exist in `src/gorgonia.org/cu`?

I tried different setting of variable C_INCLUDE_PATH even simplify the path to use the `c:/cuda/` symlink. Everytime it looks ok: ``` name_of_file.o: name_of_file.c c:/cuda/v9.2/include/cuda.h \ c:/msys64/mingw64/x86_64-w64-mingw32/include/stdlib.h \ c:/msys64/mingw64/x86_64-w64-mingw32/include/corecrt.h \ c:/msys64/mingw64/x86_64-w64-mingw32/include/_mingw.h...

I already tried everything and im hopeless now. Here is the output of `go env` ``` set GOARCH=amd64 set GOBIN= set GOCACHE=C:\Users\komp2\AppData\Local\go-build set GOEXE=.exe set GOFLAGS= set GOHOSTARCH=amd64 set GOHOSTOS=windows...

Sender is `root@mail.{my-domain}` and recipient also `root@mail.{my-domain}`. It started when i switched to your image instead of official poste.io docker image.