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

Example using dynamic parallelism #7

Open
lehuyduc opened this issue Dec 30, 2022 · 2 comments
Open

Example using dynamic parallelism #7

lehuyduc opened this issue Dec 30, 2022 · 2 comments

Comments

@lehuyduc
Copy link

Can you add an example using -rdc=true ? I've added both -rdc=true, -dlink, it compiles but when the program runs, I have __cudaRegisterLinkedBinary_name error.

Thanks!

@cloudhan
Copy link

cloudhan commented Jan 3, 2023

This one is derived from tf_runtime, and it does not genernally supports dlto, and it is hardly to implement it. The cause is quite deeply rooted.

If you need dlto, you can use the new community effort https://github.com/bazel-contrib/rules_cuda.

@liuliu
Copy link
Owner

liuliu commented Jan 3, 2023

Thanks! @cloudhan this reminds me to switch my repos to use your rules_cuda and archive this repo.

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