BibTeX
@@ -16,4 +33,4 @@ Used as the rasterization engine for the paper "3D Gaussian Splatting for Real-T
url = {https://repo-sam.inria.fr/fungraph/3d-gaussian-splatting/}
}
-
\ No newline at end of file
+
diff --git a/cuda_rasterizer/auxiliary.h b/cuda_rasterizer/auxiliary.h
index 4d4b9b78..8ae25b55 100644
--- a/cuda_rasterizer/auxiliary.h
+++ b/cuda_rasterizer/auxiliary.h
@@ -18,6 +18,13 @@
#define BLOCK_SIZE (BLOCK_X * BLOCK_Y)
#define NUM_WARPS (BLOCK_SIZE/32)
+#if defined(USE_ROCM) || defined(__HIP_PLATFORM_AMD__)
+ #include