Alpaka: Avoid device synchronization on cudaFree

Created on 26 Apr 2020  路  2Comments  路  Source: alpaka-group/alpaka

Most helpful comment

All 2 comments

The disadvantage is that this function require the driver API. Currently only the tests in alpaka depends the driver API.
If we implement something like that we need to take care that we are able to build on a system without a CUDA driver. The CUDA driver ships cuda.so.
On a system without CUDA driver we need to build against lib/stubs/libcuda.so. At all it is no big deal but we need to check if our CMake can handle it correctly.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ax3l picture ax3l  路  4Comments

ax3l picture ax3l  路  5Comments

ax3l picture ax3l  路  5Comments

tdd11235813 picture tdd11235813  路  4Comments

psychocoderHPC picture psychocoderHPC  路  4Comments