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: identifier "cublasSetWorkspace" is undefined #1030

Open
mowangmodi opened this issue Oct 20, 2022 · 4 comments
Open

error: identifier "cublasSetWorkspace" is undefined #1030

mowangmodi opened this issue Oct 20, 2022 · 4 comments

Comments

@mowangmodi
Copy link

/instant-ngp/dependencies/tiny-cuda-nn/include/tiny-cuda-nn/optimizers/shampoo.h(750): error: identifier "cublasSetWorkspace" is undefined
detected during:
instantiation of "tcnn::ShampooOptimizer::ShampooOptimizer(const tcnn::json &) [with T=float]"
/home/projects/instant-ngp/dependencies/tiny-cuda-nn/src/optimizer.cu(72): here
instantiation of "tcnn::Optimizer *tcnn::create_optimizer(const tcnn::json &) [with T=float]"
/home/projects/instant-ngp/dependencies/tiny-cuda-nn/include/tiny-cuda-nn/optimizers/average.h(66): here

how to slove this error?

@xdobetter
Copy link

sorry to bother you,have you solved the problem yet?

@mowangmodi
Copy link
Author

Update your CUDA installation (which is likely 11.0) to 11.4,I already slove by use cuda 11.4,you can try

@xdobetter
Copy link

Thank you for your quick reply,I see another #34 and the method is the same, and it works

@MAVProxyUser
Copy link

cublasSetWorkspace came with CUDA 11.0.3 for anyone wondering.
The cuBLAS API was extended with a new function: cublasSetWorkspace(), which allows the user to set the cuBLAS library workspace to a user-owned

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