Skip to content

Commit

Permalink
Fix path to included and renamed fp_quantize.h
Browse files Browse the repository at this point in the history
  • Loading branch information
loadams committed May 28, 2024
1 parent e32321c commit 1bb692a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion csrc/fp_quantizer/fp_quantize.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

// DeepSpeed Team

#include "quantize.h"
#include "fp_quantize.h"

#include <c10/cuda/CUDAStream.h>
#include <torch/extension.h>
Expand Down
2 changes: 1 addition & 1 deletion csrc/fp_quantizer/fp_quantize.cu
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include <stdexcept>
#include "context.h"
#include "memory_access_utils.h"
#include "quantize.h"
#include "fp_quantize.h"
#include "reduction_utils.h"

#include <cuda.h>
Expand Down

0 comments on commit 1bb692a

Please sign in to comment.