9db1364a04be052e10d684059c82dc5c633d18a2
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable queue : Queue<Pointer> to cache : CacheHolder in method public malloc(shape AllocationShape, point AllocationPoint, location AllocationStatus) : PointersPair in class org.nd4j.jita.memory.CudaCachingProvider | From | To | |
Rename Variable queue : Queue<Pointer> to cache : CacheHolder in method public free(point AllocationPoint) : void in class org.nd4j.jita.memory.CudaCachingProvider | From | To | |
Change Variable Type | 2 | ||
Change Variable Type queue : Queue<Pointer> to cache : CacheHolder in method public malloc(shape AllocationShape, point AllocationPoint, location AllocationStatus) : PointersPair in class org.nd4j.jita.memory.CudaCachingProvider | From | To | |
Change Variable Type queue : Queue<Pointer> to cache : CacheHolder in method public free(point AllocationPoint) : void in class org.nd4j.jita.memory.CudaCachingProvider | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type zeroCache : ConcurrentHashMap<AllocationShape,Queue<Pointer>> to zeroCache : ConcurrentHashMap<AllocationShape,CacheHolder> in class org.nd4j.jita.memory.CudaCachingProvider | From | To |