Skip to content

Commit

Permalink
Adaptation for compile c_api with CUDA 12
Browse files Browse the repository at this point in the history
Signed-off-by: Ji Bin <[email protected]>
  • Loading branch information
matrixji committed Jan 9, 2023
1 parent 38bf321 commit 019c6fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c_api/gpu/DeviceUtils_c.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#ifndef FAISS_DEVICE_UTILS_C_H
#define FAISS_DEVICE_UTILS_C_H

#include <cublas.h>
#include <cublas_v2.h>
#include <cuda_runtime_api.h>
#include "../faiss_c.h"

Expand Down

0 comments on commit 019c6fb

Please sign in to comment.