DeepSpeed/csrc/includes
Xinyu Lian 99e9cbed16
Fix Type Name Inconsistency & Typo in cpu_adam (#6732)
There is a typing error & inconsistency in cpu-adam code, while not
affecting functionality, impacts code readability. Specifically, the
type name `ds_params_percision_t` contains a typo ('percision'), whereas
the related type name `ds_state_precision_t` is spelled correctly. I
think it is beneficial to fix this typo&inconsistency to improve code
readability, maintainability and further development.
I have tested the corrected version of cpu_adam, and it compiles and
runs successfully.

Compilation Log:
<img width="2560" alt="image"
src="https://github.com/user-attachments/assets/b7bc307d-9c9d-4ab7-8671-34e565903ca5">

Co-authored-by: Logan Adams <114770087+loadams@users.noreply.github.com>
Co-authored-by: Olatunji Ruwase <olruwase@microsoft.com>
2024-11-11 23:31:45 +00:00
..
StopWatch.h Update DeepSpeed copyright license to Apache 2.0 (#3111) 2023-03-30 17:14:38 -07:00
Timer.h Update DeepSpeed copyright license to Apache 2.0 (#3111) 2023-03-30 17:14:38 -07:00
activation_type.h DeepSpeed-FastGen (#4604) 2023-11-03 15:07:35 -07:00
compat.h Update DeepSpeed copyright license to Apache 2.0 (#3111) 2023-03-30 17:14:38 -07:00
context.h Include cublas error details when getting cublas handle fails (#3695) 2023-06-13 20:12:26 +00:00
conversion_utils.h Switch from HIP_PLATFORM_HCC to HIP_PLATFORM_AMD (#4539) 2023-10-19 21:01:48 +00:00
cpu_adagrad.h Fix Type Name Inconsistency & Typo in cpu_adam (#6732) 2024-11-11 23:31:45 +00:00
cpu_adam.h Fix Type Name Inconsistency & Typo in cpu_adam (#6732) 2024-11-11 23:31:45 +00:00
cpu_lion.h Fix Type Name Inconsistency & Typo in cpu_adam (#6732) 2024-11-11 23:31:45 +00:00
cublas_wrappers.h rocblas -> hipblas changes for ROCm (#5401) 2024-05-17 01:57:00 +00:00
custom_cuda_layers.h CPUAdam fp16 and bf16 support (#5409) 2024-05-20 12:50:20 +00:00
dequantization_utils.h Update DeepSpeed copyright license to Apache 2.0 (#3111) 2023-03-30 17:14:38 -07:00
dropout.h Update DeepSpeed copyright license to Apache 2.0 (#3111) 2023-03-30 17:14:38 -07:00
ds_kernel_utils.h Rocm warp size fix (#5402) 2024-05-17 20:35:58 +00:00
ds_transformer_cuda.h Update DeepSpeed copyright license to Apache 2.0 (#3111) 2023-03-30 17:14:38 -07:00
feed_forward.h rocblas -> hipblas changes for ROCm (#5401) 2024-05-17 01:57:00 +00:00
gelu.h Update DeepSpeed copyright license to Apache 2.0 (#3111) 2023-03-30 17:14:38 -07:00
gemm_test.h rocblas -> hipblas changes for ROCm (#5401) 2024-05-17 01:57:00 +00:00
general_kernels.h Switch from HIP_PLATFORM_HCC to HIP_PLATFORM_AMD (#4539) 2023-10-19 21:01:48 +00:00
memory_access_utils.h FP [6,8,12] quantizer op (#5336) 2024-04-04 19:58:08 +00:00
normalize_layer.h Update DeepSpeed copyright license to Apache 2.0 (#3111) 2023-03-30 17:14:38 -07:00
quantization.h adding 8bit dequantization kernel for asym fine-grained block quantization in zero-inference (#4450) 2023-10-11 03:01:48 +00:00
quantization_utils.h improving int4 asymmetric quantization accuracy (#3190) 2023-04-17 16:54:28 -07:00
quantizer.h Switch from HIP_PLATFORM_HCC to HIP_PLATFORM_AMD (#4539) 2023-10-19 21:01:48 +00:00
reduction_utils.h FP [6,8,12] quantizer op (#5336) 2024-04-04 19:58:08 +00:00
simd.h Update clang-format version from 16 to 18. (#5839) 2024-08-06 09:14:21 -07:00
softmax.h Update DeepSpeed copyright license to Apache 2.0 (#3111) 2023-03-30 17:14:38 -07:00
strided_batch_gemm.h rocblas -> hipblas changes for ROCm (#5401) 2024-05-17 01:57:00 +00:00
type_shim.h Update DeepSpeed copyright license to Apache 2.0 (#3111) 2023-03-30 17:14:38 -07:00