as3232cornell

Results 7 comments of as3232cornell

Hello, I was wondering if there is a tutorial on how to use GPU acceleration with qsim circuit simulations in Python (I have a parameterized circuit written in Cirq which...

Yes, sorry, I accidentally deleted the comment haha. I ran the command `nvcc --version` and the output was ``` nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2018 NVIDIA Corporation...

I found my CUDA installation directory /usr/lib/nvidia-cuda-toolkit/bin and added it to the $PATH variable. However, now I am getting a different error. `make` seems to be succeeding, and it is...

I tried inserting the statements ``` CFLAGS = -std=c++14 export CFLGAS ``` into Makefile, but I am getting the same error when running `pip install .` as before. I also...

From what I see above, the flag -std=c++14 is being applied even when I don't explicitly specify it.

So, in that case, would the only solution for me be updating GNU?

I tried injecting the CMake flags, and I also tried running with an upgraded version of GNU. There is now a new error which seems even more opaque. ``` WARNING:...