DeepSpeed/csrc/quantization
Costin Eseanu e7dd28a23d
Fixed the Windows build. (#5596)
Fixed the Windows build.

Fixes applied:
- Remove some more ops that don't build on Windows.
- Remove the use of symlinks that didn't work correctly and replace with
`shutil.copytree()`.
- Small fixes to make the C++ code compile.

Tested with Python 3.9 and CUDA 12.1.

---------

Co-authored-by: Costin Eseanu <costineseanu@gmail.com>
Co-authored-by: Logan Adams <114770087+loadams@users.noreply.github.com>
2024-05-31 22:11:10 +00:00
..
dequantize.cu Update DeepSpeed copyright license to Apache 2.0 (#3111) 2023-03-30 17:14:38 -07:00
fake_quantizer.cu Switch from HIP_PLATFORM_HCC to HIP_PLATFORM_AMD (#4539) 2023-10-19 21:01:48 +00:00
pt_binding.cpp Fixed the Windows build. (#5596) 2024-05-31 22:11:10 +00:00
quant_reduce.cu ZeRO++ (#3784) 2023-06-23 14:30:49 -07:00
quantize.cu Update DeepSpeed copyright license to Apache 2.0 (#3111) 2023-03-30 17:14:38 -07:00
quantize_intX.cu adding 8bit dequantization kernel for asym fine-grained block quantization in zero-inference (#4450) 2023-10-11 03:01:48 +00:00
swizzled_quantize.cu ZeRO++ (#3784) 2023-06-23 14:30:49 -07:00