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

Allow passing options directly to cores. #207

Closed
jcoffland opened this issue Feb 3, 2024 · 2 comments
Closed

Allow passing options directly to cores. #207

jcoffland opened this issue Feb 3, 2024 · 2 comments
Labels
enhancement New feature or request for-testers

Comments

@jcoffland
Copy link
Member

jcoffland commented Feb 3, 2024

v7 allowed for this. May or may not be needed for core testing.

Specifically --disable-cuda may be needed for core 0x23. But can this be handled instead with an environment variable?

@jcoffland
Copy link
Member Author

jcoffland commented Jul 17, 2024

There is CUDA_VISIBLE_DEVICES which can control which devices are visible to CUDA but it also affects OpenCL and so does not help in this case.

https://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html#env-vars

@jcoffland
Copy link
Member Author

Support for passing extra options directly to the core is not planned. However, v8.4.0 alpha implements an option to disable CUDA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request for-testers
Projects
None yet
Development

No branches or pull requests

1 participant