Versions in this module Expand all Collapse all v0 v0.0.2 Sep 5, 2019 Changes in this version + func AsyncCopyDeviceToDevice(dst, src unsafe.Pointer, bytes int, stream unsafe.Pointer, device int) + func AsyncCopyDeviceToHost(dst, src unsafe.Pointer, bytes int, stream unsafe.Pointer, device int) + func AsyncCopyHostToDevice(dst, src unsafe.Pointer, bytes int, stream unsafe.Pointer, device int) + func CreateCudaStream(device int) unsafe.Pointer + func CudaProfilerStart() + func CudaProfilerStop() + func DestroyCudaStream(stream unsafe.Pointer, device int) + func DeviceAllocate(bytes, device int) unsafe.Pointer + func DeviceFree(ptr unsafe.Pointer, device int) + func GetDeviceCount() int + func GetDeviceGlobalMemoryInMB(device int) int + func GetDeviceMemoryInfo(device int) (int, int) + func GetFlags() C.DeviceMemoryFlags + func HostAlloc(bytes int) unsafe.Pointer + func HostFree(p unsafe.Pointer) + func HostMemCpy(dst unsafe.Pointer, src unsafe.Pointer, bytes int) + func IsDeviceMemoryImplementation() bool + func IsPooledMemory() bool + func MakeSliceFromCPtr(cptr uintptr, length int) []byte + func SupportHashReduction() bool + func WaitForCudaStream(stream unsafe.Pointer, device int) + type AsyncMemCopyFunc func(dst, src unsafe.Pointer, bytes int, stream unsafe.Pointer, device int) v0.0.1 Nov 27, 2018 Changes in this version + func DoCGoCall(f func() (uintptr, unsafe.Pointer)) uintptr