Skip to content

Commit 214943c

Browse files
TimDettmersclaude
andcommitted
Restore common.h include in ops.cuh for DataType_t enum
common.h defines General8bit, FP4, NF4 enum values used in template instantiations. It was previously the only include; now include both common.h (for DataType_t) and common.cuh (for BNB_WARP_SIZE). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent bef474a commit 214943c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

csrc/ops.cuh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#include <vector>
1515

1616
#include "compat.cuh"
17+
#include <common.h>
1718
#include "common.cuh"
1819

1920
// ============================================================================

0 commit comments

Comments
 (0)