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
separate functions, which requires host memory pointers or device pointer in the namespaces vikunja::host and vikunja::device
allow to pass alpaka buffer instead plain pointer
use begin and end pointer instead begin pointer and size (use specialization tratis to specialize function for pointer types like random access pointer)
make vikunja compatible with pointers of the std library
The text was updated successfully, but these errors were encountered:
Ideas:
vikunja::host
andvikunja::device
std
libraryThe text was updated successfully, but these errors were encountered: