- Manually open and close the cuFile driver (#160) @madsbk
- nvcomp tests: update hardcoded lengths (#156) @madsbk
- Update changelog for releases 22.06-22.12. (#157) @bdice
- Add nvcomp to kvikio-exports export set (#155) @trxcllnt
- Use pre-commit for style checks. (#154) @bdice
- Enable copy_prs. (#151) @bdice
- Don't use CMake 3.25.0 as it has a FindCUDAToolkit show stopping bug (#146) @robertmaynard
- dlopen: now trying "libcufile.so.1", "libcufile.so.0", "libcufile.so" (#141) @madsbk
- Update nvcomp's expected sizes when testing (#134) @madsbk
is_host_memory()
: returnstrue
whenCUDA_ERROR_NOT_INITIALIZED
(#133) @madsbk
- Use rapidsai CODE_OF_CONDUCT.md (#144) @bdice
- Dependency clean up (#137) @madsbk
- Overload
numpy.fromfile()
andcupy.fromfile()
(#135) @madsbk
- Rename
reset_num_threads()
andreset_task_size()
(#123) @madsbk
- Fixing
kvikio_dev_cuda11.5.yml
and clean up (#122) @madsbk
- Document that minimum required CMake version is now 3.23.1 (#132) @robertmaynard
- Use Zarr v2.13.0a2 (#129) @madsbk
- Allow cupy 11 (#128) @galipremsagar
- Set version when dlopen() cuda and cufile (#127) @madsbk
- Fall back to compat mode if we cannot open the file with
O_DIRECT
(#126) @madsbk - Update versioneer to v0.22 (#124) @madsbk
- Rename
reset_num_threads()
andreset_task_size()
(#123) @madsbk - document channel_priority for conda (#121) @dcherian
- Update nvComp bindings to 2.3.3 (#120) @thomcom
- Use rapids-cmake 22.10 best practice for RAPIDS.cmake location (#118) @robertmaynard
- Standalone Downstream C++ Build Example (#29) @madsbk
- Fix typo in GDS availability check (#78) @jakirkham
- CI: install cuDF to test nvCOMP (#108) @madsbk
- Require
python
inrun
(#101) @jakirkham - Check stub error (#86) @madsbk
- FindcuFile now searches in the current CUDA Toolkit location (#85) @robertmaynard
- Fix typo in GDS availability check (#78) @jakirkham
- Defer loading of
custom.js
(#114) @galipremsagar - Add stable channel install instruction (#107) @dcherian
- Use documented header template for
doxygen
(#105) @galipremsagar - Fix issues with day & night modes in docs (#95) @galipremsagar
- add Notes related to page-aligned read/write methods to the Python docstrings (#91) @grlee77
- minor docstring fixes (#89) @grlee77
- Conda environment file (#103) @madsbk
- CI: build without cuFile (#100) @madsbk
- Support host memory (#82) @madsbk
- Mark detail functions as inline (#69) @vyasr
- Embed Cython docstrings in generated files. (#58) @vyasr
- Add new files to update version script (#53) @charlesbluca
- Fix conda recipes (#74) @Ethyling
- Use conda compilers (#71) @Ethyling
- dlopen
libcuda.so
(#70) @madsbk - Use CMake provided targets for the cuda driver and dl libraries (#68) @robertmaynard
- Use namespace kvikio::detail (#67) @madsbk
- Build kvikio using libkvikio from CPU job in GPU job (#64) @Ethyling
- Use conda to build python packages during GPU tests (#62) @Ethyling
convert_size2off()
: fix different signedness (#60) @madsbk- Keep the rapids-cmake version insync with calver (#59) @robertmaynard
- compat_mode per
FileHandle
(#54) @madsbk - Add
ops-bot.yaml
config file (#52) @ajschmidt8 - python: bump versions to v22.06 (#51) @madsbk