Skip to content

Commit

Permalink
include with path
Browse files Browse the repository at this point in the history
  • Loading branch information
jambayk committed Nov 17, 2023
1 parent 5af160c commit ed7c4fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onnxruntime/contrib_ops/cuda/quantization/matmul_bnb4.cu
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
#include <cub/cub.cuh>
#include <cublas_v2.h>
#include <cuda_fp16.h>
#include "contrib_ops/cuda/quantization/dequantize_blockwise_bnb4.cuh"
#include "matmul_bnb4.cuh"
#include "dequantize_blockwise_bnb4.cuh"

namespace onnxruntime {
namespace contrib {
Expand Down

0 comments on commit ed7c4fb

Please sign in to comment.