-
Notifications
You must be signed in to change notification settings - Fork 158
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
Does device api support exist in this repo? #573
Comments
Hi @JackAKirk, yes, RNG device APIs are available via oneMKL Interfaces. Here is an implementation: https://github.com/oneapi-src/oneMKL/tree/develop/include/oneapi/mkl/rng/device, it is header-based. To use rng device APIs you need to The tests can be found here: https://github.com/oneapi-src/oneMKL/tree/develop/tests/unit_tests/rng/device |
Great! thanks very much. Is there any docs on how to build these tests (in particular I'd like to build them on a cuda backend)? |
Hi @aelizaro If you do have instructions on how to build those device tests that would be great. If not no worries, I'll work out the cmake. Thanks |
Closing as I realized that these tests actually are ran already as part of existing test build. |
I can't see any implementations or tests for https://oneapi-spec.uxlfoundation.org/specifications/oneapi/latest/elements/onemkl/source/domains/rng/device_api/device-routines
A subset was questioned here: #476
and the response was that intels mkl supports device routines. But does the open source oneMKL support them at all for any backends?
Thanks
The text was updated successfully, but these errors were encountered: