8ca004e405afedcf2478c6e28e48750cb1479b3b
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 1 | ||
Extract Method protected promoteObject(trackingPoint Long, point AllocationPoint, shape AllocationShape) : boolean extracted from public getDevicePointer(objectId BaseCudaDataBuffer, shape AllocationShape) : Pointer in class org.nd4j.jita.allocator.impl.AtomicAllocator | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type zeroAllocations : Map<Long,CopyOnWriteArrayList<Long>> to zeroAllocations : Map<Long,ConcurrentHashMap<Long,Long>> in class org.nd4j.jita.allocator.impl.AtomicAllocator | From | To | |
Change Attribute Type allocator : Allocator to allocator : AtomicAllocator in class org.nd4j.jita.allocator.impl.AtomicAllocatorTest | From | To |