Skip to content

Commit 4585e2c

Browse files
committed
Rename .h files to .cuh
1 parent 646861f commit 4585e2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exllama_ext/matrix.h renamed to exllama_ext/matrix.cuh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef _matrix_h
2-
#define _matrix_h
1+
#ifndef _matrix_cuh
2+
#define _matrix_cuh
33

44
#include <cuda_runtime.h>
55
#include <cuda_fp16.h>

0 commit comments

Comments
 (0)