We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8e8b63 commit bab1becCopy full SHA for bab1bec
cuda_rasterizer/auxiliary.h
@@ -2,6 +2,7 @@
2
#define CUDA_RASTERIZER_AUXILIARY_H_INCLUDED
3
4
#include "config.h"
5
+#include "stdio.h"
6
7
#define BLOCK_SIZE (BLOCK_X * BLOCK_Y)
8
#define NUM_WARPS (BLOCK_SIZE/32)
0 commit comments