Commit bab1bec6 by Bernhard Kerbl

Linux fix

parent c8e8b637
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
#define CUDA_RASTERIZER_AUXILIARY_H_INCLUDED #define CUDA_RASTERIZER_AUXILIARY_H_INCLUDED
#include "config.h" #include "config.h"
#include "stdio.h"
#define BLOCK_SIZE (BLOCK_X * BLOCK_Y) #define BLOCK_SIZE (BLOCK_X * BLOCK_Y)
#define NUM_WARPS (BLOCK_SIZE/32) #define NUM_WARPS (BLOCK_SIZE/32)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment