Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CUDA issues #9

Open
RaresAmbrus opened this issue May 7, 2022 · 0 comments
Open

CUDA issues #9

RaresAmbrus opened this issue May 7, 2022 · 0 comments

Comments

@RaresAmbrus
Copy link

RaresAmbrus commented May 7, 2022

Thank you for your work and for open-sourcing the code! I am trying to run your pipeline, but I am running into a couple of issues. I have followed the instructions from the repo to set up the code as well as the jittor instructions to enable CUDA support.

First, it seems like train_part.py isn't using CUDA, and it's running very slowly on my machine (1% in ~8 hours). If I add jt.flags.use_cuda = 1 I get the follwoing error:

python3.7: symbol lookup error: /home/ubuntu/.cache/jittor/jt1.3.4/g++7.5.0/py3.7.13/Linux-5.4.0-10xfe/IntelRCoreTMi9x9f/default/cu11.2.152_sm_86/jit/cudnn_conv3d_Tx_bool__Ty_float32__Tw_float32__JIT_1__JIT_cuda_1__index_t_int32__hash_b2c2838050d33db1_op.so: undefined symbol: _ZN6jittor11getDataTypeIbEE15cudnnDataType_tv

On the other hand, I can run python3.7 -m jittor.test.test_cudnn_op and python3.7 -m jittor.test.test_resnet without any errors.

Any ideas? Thanks for the help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant