File tree Expand file tree Collapse file tree 8 files changed +4
-20
lines changed Expand file tree Collapse file tree 8 files changed +4
-20
lines changed Original file line number Diff line number Diff line change 11#include < BinSearch.h>
2- #include < common.h>
32#include < cpu_ops.h>
43#include < thread>
54
Original file line number Diff line number Diff line change 11#ifndef BITSANDBYTES_CPU_OPS_H
22#define BITSANDBYTES_CPU_OPS_H
33
4+ #include < common.h>
45#include < cstdint>
56#include < cstring>
67
Original file line number Diff line number Diff line change 55
66#include < BinSearch.h>
77#include < cassert>
8- #include < common.h>
98#include < cub/device/device_scan.cuh>
109#include < kernels.cuh>
1110#include < limits>
Original file line number Diff line number Diff line change 1111#include < iostream>
1212#include < stdio.h>
1313
14+ #include < common.h>
1415#include < cublasLt.h>
1516#include < cublas_v2.h>
1617#include < cuda_fp16.h>
@@ -69,14 +70,6 @@ typedef enum Optimizer_t {
6970 ADEMAMIX = 6
7071} Optimizer_t;
7172
72- typedef enum Transform_t {
73- ROW = 0 ,
74- COL = 1 ,
75- COL32 = 2 ,
76- COL_TURING = 3 ,
77- COL_AMPERE = 4 ,
78- } Transform_t;
79-
8073typedef enum Funcs_t {
8174 FILL = 0 ,
8275 ARANGE = 1 ,
Original file line number Diff line number Diff line change 1313#include < stdio.h>
1414#include < unistd.h>
1515
16+ #include < common.h>
1617#include < functional>
1718#include < hip/hip_fp16.h>
1819#include < hip/hip_runtime_api.h>
@@ -71,14 +72,6 @@ typedef enum Optimizer_t {
7172 ADEMAMIX = 6 ,
7273} Optimizer_t;
7374
74- typedef enum Transform_t {
75- ROW = 0 ,
76- COL = 1 ,
77- COL32 = 2 ,
78- COL_TURING = 3 ,
79- COL_AMPERE = 4 ,
80- } Transform_t;
81-
8275typedef enum Funcs_t {
8376 FILL = 0 ,
8477 ARANGE = 1 ,
Original file line number Diff line number Diff line change 1717#include < xpu_ops.h>
1818#endif
1919#include < cpu_ops.h>
20- #include < common.h>
2120
2221// Compatibility between HIP/CUDA APIs
2322#if BUILD_HIP
Original file line number Diff line number Diff line change 1- #include < common.h>
21#include < xpu_kernels.h>
32#include < xpu_ops.h>
43
Original file line number Diff line number Diff line change 22#define xpu_ops_H
33
44#include < assert.h>
5+ #include < common.h>
56#include < cstdint>
67#include < iostream>
78#include < stdio.h>
You can’t perform that action at this time.
0 commit comments