|
NTrace
GPU ray tracing framework
|
#include <sstream>#include <iomanip>#include "base/Random.hpp"#include "CudaPersistentBVHTracer.hpp"#include "kernels/CudaTracerKernels.hpp"Go to the source code of this file.
Macros | |
| #define | TASK_SIZE 430000 |
| #define | BENCHMARK |
| #define | TEST_TASKS |
| #define BENCHMARK |
Definition at line 12 of file CudaPersistentBVHTracer.cpp.
| #define TASK_SIZE 430000 |
Definition at line 8 of file CudaPersistentBVHTracer.cpp.
| #define TEST_TASKS |
Definition at line 13 of file CudaPersistentBVHTracer.cpp.