You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to remove LLVM and JIT part of the code and have a vanilla C++/C implementation?
That could be the starting point to write a user-space character device driver (FUSD). Just to emulate enough of the cards to make portable CUDA applications, and applications you could at least test without GPU. No need for it to be fast, as long as it runs it should be fine in this use case.
The text was updated successfully, but these errors were encountered:
Is it possible to remove LLVM and JIT part of the code and have a vanilla C++/C implementation?
That could be the starting point to write a user-space character device driver (
FUSD
). Just to emulate enough of the cards to make portable CUDA applications, and applications you could at least test without GPU. No need for it to be fast, as long as it runs it should be fine in this use case.The text was updated successfully, but these errors were encountered: