- PR #341 Enable logging
- PR #343 Add in option to statically link against cudart
- PR #346 Add clearer exception message when RMM_LOG_FILE is unset
- PR #253 Add
frombytesto convertbytes-like toDeviceBuffer - PR #252 Add
__sizeof__method toDeviceBuffer - PR #258 Define pickling behavior for
DeviceBuffer - PR #261 Add
__bytes__method toDeviceBuffer - PR #262 Moved device memory resource files to
mr/devicedirectory - PR #266 Drop
rmm.auto_device - PR #268 Add Cython/Python
copy_to_hostandto_device - PR #272 Add
host_memory_resource. - PR #273 Moved device memory resource tests to
device/directory. - PR #274 Add
copy_from_hostmethod toDeviceBuffer - PR #275 Add
copy_from_devicemethod toDeviceBuffer - PR #283 Add random allocation benchmark.
- PR #287 Enabled CUDA CXX11 for unit tests.
- PR #292 Revamped RMM exceptions.
- PR #297 Use spdlog to implement
logging_resource_adaptor. - PR #303 Added replay benchmark.
- PR #319 Add
thread_safe_resource_adaptorclass. - PR #314 New suballocator memory_resources.
- PR #330 Fixed incorrect name of
stream_free_blocks_debug symbol. - PR #331 Move to C++14 and deprecate legacy APIs.
- PR #246 Type
DeviceBufferarguments to__cinit__ - PR #249 Use
DeviceBufferindevice_array - PR #255 Add standard header to all Cython files
- PR #256 Cast through
uintptr_ttocudaStream_t - PR #254 Use
const void*inDeviceBuffer.__cinit__ - PR #257 Mark Cython-exposed C++ functions that raise
- PR #269 Doc sync behavior in
copy_ptr_to_host - PR #278 Allocate a
bytesobject to fill up with RMM log data - PR #280 Drop allocation/deallocation of
offset - PR #282
DeviceBufferuse default constructor for size=0 - PR #296 Use CuPy's
UnownedMemoryfor RMM-backed allocations - PR #310 Improve
device_bufferallocation logic. - PR #309 Sync default stream in
DeviceBufferconstructor - PR #326 Sync only on copy construction
- PR #308 Fix typo in README
- PR #334 Replace
rmm_allocatorfor Thrust allocations
- PR #298 Remove RMM_CUDA_TRY from cuda_event_timer destructor
- PR #299 Fix assert condition blocking debug builds
- PR #300 Fix host mr_tests compile error
- PR #312 Fix libcudf compilation errors due to explicit defaulted device_buffer constructor.
- PR #218 Add
_DevicePointer - PR #219 Add method to copy
device_bufferback to host memory - PR #222 Expose free and total memory in Python interface
- PR #235 Allow construction of
DeviceBufferwith astream
- PR #214 Add codeowners
- PR #226 Add some tests of the Python
DeviceBuffer - PR #233 Reuse the same
CUDA_HOMElogic from cuDF - PR #234 Add missing
size_tinDeviceBuffer - PR #239 Cleanup
DeviceBuffer's__cinit__ - PR #242 Special case 0-size
DeviceBufferintobytes - PR #244 Explicitly force
DeviceBuffer.sizeto anint - PR #247 Simplify casting in
tobytesand other cleanup
- PR #215 Catch polymorphic exceptions by reference instead of by value
- PR #221 Fix segfault calling rmmGetInfo when uninitialized
- PR #225 Avoid invoking Python operations in c_free
- PR #230 Fix duplicate symbol issues with
copy_to_host - PR #232 Move
copy_to_hostdoc back to header file
- PR #106 Added multi-GPU initialization
- PR #167 Added value setter to
device_scalar - PR #163 Add Cython bindings to
device_buffer - PR #177 Add
__cuda_array_interface__toDeviceBuffer - PR #198 Add
rmm.rmm_cupy_allocator()
- PR #161 Use
std::atexitto finalize RMM after Python interpreter shutdown - PR #165 Align memory resource allocation sizes to 8-byte
- PR #171 Change public API of RMM to only expose
reinitialize(...) - PR #175 Drop
cythonfrom run requirements - PR #169 Explicit stream argument for device_buffer methods
- PR #186 Add nbytes and len to DeviceBuffer
- PR #188 Require kwargs in
DeviceBuffer's constructor - PR #194 Drop unused imports from
device_buffer.pyx - PR #196 Remove unused CUDA conda labels
- PR #200 Simplify DeviceBuffer methods
- PR #174 Make
device_bufferdefault ctor explicit to work around type_dispatcher issue in libcudf. - PR #170 Always build librmm and rmm, but conditionally upload based on CUDA / Python version
- PR #182 Prefix
DeviceBuffer's C functions - PR #189 Drop
__reduce__fromDeviceBuffer - PR #193 Remove thrown exception from
rmm_allocator::deallocate - PR #224 Slice the CSV log before converting to bytes
- PR #99 Added
device_bufferclass - PR #133 Added
device_scalarclass
- PR #123 Remove driver install from ci scripts
- PR #131 Use YYMMDD tag in nightly build
- PR #137 Replace CFFI python bindings with Cython
- PR #127 Use Memory Resource classes for allocations
- PR #107 Fix local build generated file ownerships
- PR #110 Fix Skip Test Functionality
- PR #125 Fixed order of private variables in LogIt
- PR #139 Expose
_make_finalizerpython API needed by cuDF - PR #142 Fix ignored exceptions in Cython
- PR #146 Fix rmmFinalize() not freeing memory pools
- PR #149 Force finalization of RMM objects before RMM is finalized (Python)
- PR #154 Set ptr to 0 on rmm::alloc error
- PR #157 Check if initialized before freeing for Numba finalizer and use
weakrefinstead ofatexit
- PR #96 Added
device_memory_resourcefor beginning of overhaul of RMM design - PR #103 Add and use unified build script
- PR #111 Streamline CUDA_REL environment variable
- PR #113 Handle ucp.BufferRegion objects in auto_device
...
- PR #95 Add skip test functionality to build.sh
...
- PR #92 Update docs version
- PR #67 Add random_allocate microbenchmark in tests/performance
- PR #70 Create conda environments and conda recipes
- PR #77 Add local build script to mimic gpuCI
- PR #80 Add build script for docs
- PR #76 Add cudatoolkit conda dependency
- PR #84 Use latest release version in update-version CI script
- PR #90 Avoid using c++14 auto return type for thrust_rmm_allocator.h
- PR #68 Fix signed/unsigned mismatch in random_allocate benchmark
- PR #74 Fix rmm conda recipe librmm version pinning
- PR #72 Remove unnecessary _BSD_SOURCE define in random_allocate.cpp
- PR #43 Add gpuCI build & test scripts
- PR #44 Added API to query whether RMM is initialized and with what options.
- PR #60 Default to CXX11_ABI=ON
- PR #58 Eliminate unreliable check for change in available memory in test
- PR #49 Fix pep8 style errors detected by flake8
- PR #2 Added CUDA Managed Memory allocation mode
- PR #12 Enable building RMM as a submodule
- PR #13 CMake: Added CXX11ABI option and removed Travis references
- PR #16 CMake: Added PARALLEL_LEVEL environment variable handling for GTest build parallelism (matches cuDF)
- PR #17 Update README with v0.5 changes including Managed Memory support
- PR #10 Change cnmem submodule URL to use https
- PR #15 Temporarily disable hanging AllocateTB test for managed memory
- PR #28 Fix invalid reference to local stack variable in
rmm::exec_policy
- PR #1 Spun off RMM from cuDF into its own repository.
- CUDF PR #472 RMM: Created centralized rmm::device_vector alias and rmm::exec_policy
- CUDF PR #465 Added templated C++ API for RMM to avoid explicit cast to
void**
RMM was initially implemented as part of cuDF, so we include the relevant changelog history below.
- PR #336 CSV Reader string support
- CUDF PR #333 Add Rapids Memory Manager documentation
- CUDF PR #321 Rapids Memory Manager adds file/line location logging and convenience macros
These were initial releases of cuDF based on previously separate pyGDF and libGDF libraries. RMM was initially implemented as part of libGDF.