|
Change Variable Type devicePointerInfo : BaseCudaDataBuffer.DevicePointerInfo to devicePointerInfo : DevicePointerInfo in method public free(buffer DataBuffer, offset int, length int) : void in class org.nd4j.linalg.jcublas.buffer.allocation.PinnedMemoryStrategy |
From |
To |
|
Change Variable Type devicePointerInfo : BaseCudaDataBuffer.DevicePointerInfo to devicePointerInfo : DevicePointerInfo in method public copyToHost(copy DataBuffer, offset int) : Object in class org.nd4j.linalg.jcublas.buffer.allocation.PinnedMemoryStrategy |
From |
To |
|
Change Variable Type devicePointerInfo : BaseCudaDataBuffer.DevicePointerInfo to devicePointerInfo : DevicePointerInfo in method public alloc(buffer DataBuffer, stride int, offset int, length int) : Object in class org.nd4j.linalg.jcublas.buffer.allocation.PinnedMemoryStrategy |
From |
To |
|
Change Variable Type pointers : Table<String,Triple<Integer,Integer,Integer>,BaseCudaDataBuffer.DevicePointerInfo> to pointers : Table<String,Triple<Integer,Integer,Integer>,DevicePointerInfo> in method public free(buffer DataBuffer, offset int, length int) : void in class org.nd4j.linalg.jcublas.buffer.allocation.PinnedMemoryStrategy |
From |
To |
|
Change Variable Type pointersToContexts : Table<String,Triple<Integer,Integer,Integer>,BaseCudaDataBuffer.DevicePointerInfo> to pointersToContexts : Table<String,Triple<Integer,Integer,Integer>,DevicePointerInfo> in method public copyToHost(copy DataBuffer, offset int) : Object in class org.nd4j.linalg.jcublas.buffer.allocation.PinnedMemoryStrategy |
From |
To |
|
Change Variable Type devicePointerInfo : BaseCudaDataBuffer.DevicePointerInfo to devicePointerInfo : DevicePointerInfo in method public free(buffer DataBuffer, offset int, length int) : void in class org.nd4j.linalg.jcublas.buffer.allocation.PageableDirectBufferMemoryStrategy |
From |
To |
|
Change Variable Type pointersToContexts : Table<String,Triple<Integer,Integer,Integer>,BaseCudaDataBuffer.DevicePointerInfo> to pointersToContexts : Table<String,Triple<Integer,Integer,Integer>,DevicePointerInfo> in method public copyToHost(copy DataBuffer, offset int) : Object in class org.nd4j.linalg.jcublas.buffer.allocation.PageableDirectBufferMemoryStrategy |
From |
To |