added cpp test file for float compression#697
added cpp test file for float compression#697Yuy1L1 wants to merge 2 commits intouccl-project:mainfrom
Conversation
|
LD_LIBRARY_PATH=.:/usr/local/cuda/lib64:$LD_LIBRARY_PATH ./test_float_compress === Testing with 524288 float16 elements (1024.00 KB) === ALL TESTS PASSED |
|
Perhaps I should tag @monopodium for reviewing. Feel free to merge if looking good to you |
Got it. |
- Makefile.lib: builds libdietgpu.so standalone (no PyTorch dependency) - test/Makefile: builds the C++ float compression test, links against libdietgpu.so - Renamed build_standalone/ to test/ for clarity Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Description
Please include a summary of the changes and the related issue.
Fixes # (issue)
Add C++ test for float compression
Type of Change
How Has This Been Tested?
Include any tests here.
Checklist
format.sh.build_and_install.shto verify compilation.