Skip to content

Commit 50f4113

Browse files
m96-chanclaude
andcommitted
fix(fp8): add missing #include <cstdint> for uint8_t
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent abbced1 commit 50f4113

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

native/ops/matmul/matmul_fp8_fp8_sm120.cu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#include <cuda_fp16.h>
1919
#include <cuda_bf16.h>
2020
#include <cstdio>
21+
#include <cstdint>
2122

2223
// Enable FP8 SM120
2324
#define PYGPUKIT_ENABLE_FP8_SM120

0 commit comments

Comments
 (0)