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

Error in higher cuda version (11.8) #32

Open
ZSL98 opened this issue Mar 12, 2024 · 4 comments
Open

Error in higher cuda version (11.8) #32

ZSL98 opened this issue Mar 12, 2024 · 4 comments
Assignees

Comments

@ZSL98
Copy link

ZSL98 commented Mar 12, 2024

I face the error:

OSError: /root/orion/src/scheduler/scheduler_eval.so: undefined symbol: cudnnSetStream

when I am using cuda11.8. How to deal with that?

@ZSL98
Copy link
Author

ZSL98 commented Mar 12, 2024

Ah.. It seems that at the compile stage, the '-lcudnn' is required. However, there are still other bugs.

When I run:
LD_PRELOAD="/root/orion/src/cuda_capture/libinttemp.so" python3.10 benchmarking/launch_jobs.py --algo orion --config_file /root/orion/artifact_evaluation/example/config.json

The error:
python3.10: intercept_cudnn.cpp:177: cudnnStatus_t cudnnBatchNormalizationForwardInference(cudnnHandle_t, cudnnBatchNormMode_t, const void*, const void*, cudnnTensorDescriptor_t, const void*, cudnnTensorDescriptor_t, void*, cudnnTensorDescriptor_t, const void*, const void*, const void*, const void*, double): Assertion 'cudnn_bnorm_infer_func != NULL' failed. Aborted (core dumped)

@ZSL98
Copy link
Author

ZSL98 commented Mar 12, 2024

It seems that the API capture code only supports cuda-10.2. Could you please share more on how to apply API capturing on newer cuda? Or maybe there are other reasons?

@fotstrt
Copy link
Contributor

fotstrt commented Mar 12, 2024

Hi, yes the current open-source version supports only CUDA-10.2. Our next version will enable more up-to-date CUDA libraries. See also my comment in #31.

@fotstrt fotstrt self-assigned this Mar 12, 2024
@jelite
Copy link

jelite commented Apr 9, 2024

Can you notify me when this issue is resolved?

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

3 participants