Skip to content

Commit 93774d3

Browse files
authored
Remove CUTLASS_HOST_DEVICE from CudaHostAdapater::memsetDevice (#3286)
1 parent 1fc71b3 commit 93774d3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

include/cutlass/cuda_host_adapter.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,6 @@ struct CudaHostAdapter {
407407

408408
/// Fills a buffer in Global Memory with a byte sequence copied from host memory
409409
template<class FillValueType>
410-
CUTLASS_HOST_DEVICE
411410
Status memsetDevice(
412411
void* destination,
413412
FillValueType fill_value,

0 commit comments

Comments
 (0)