Open HeyDavid633 opened 1 year ago
Thanks for reporting! Did you make any modifications to the code? What versions are you using (of Python, numpy, dace, daceml)?
From the error itself, it looks like there is some integer power operator that DaCe does not want to compile.
:-) Thank you very much for your timely reply. my env-versions set as below:
I just use the make install
as provided here,
then just add 5 lines code to print information of the GPU_device, but not make any change of other original code
So That I have no idea how to fix this problem......
Thanks for reporting! Did you make any modifications to the code? What versions are you using (of Python, numpy, dace, daceml)?
From the error itself, it looks like there is some integer power operator that DaCe does not want to compile.
Here is my problem while run the example/plot_cuda_mish.py
why this problem occur ? Could you please help me to fix this?