memFreeAsync

external fun memFreeAsync(dptr: Long, hStream: Long): Int

Frees memory with stream ordered semantics. (cuMemFreeAsync)

Parameters

dptr

memory to free

hStream

The stream establishing the stream ordering contract.