summaryrefslogtreecommitdiffstats
path: root/tools/render-test/cuda/cuda-compute-util.cpp
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2021-03-15 12:59:58 -0700
committerGitHub <noreply@github.com>2021-03-15 12:59:58 -0700
commit10b39e0cb545f98f1a417da8e8e52258134a3e87 (patch)
treef57192ca5b79365a40e02d64879591ed70c9975a /tools/render-test/cuda/cuda-compute-util.cpp
parente428f6e6cb868e7ca487dba09f3ca5530fd85ca6 (diff)
Enable `gfx::CUDADevice` on linux. (#1756)
Diffstat (limited to 'tools/render-test/cuda/cuda-compute-util.cpp')
-rw-r--r--tools/render-test/cuda/cuda-compute-util.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/render-test/cuda/cuda-compute-util.cpp b/tools/render-test/cuda/cuda-compute-util.cpp
index ea7dab163..bd77919a2 100644
--- a/tools/render-test/cuda/cuda-compute-util.cpp
+++ b/tools/render-test/cuda/cuda-compute-util.cpp
@@ -1,11 +1,11 @@
#include "cuda-compute-util.h"
-#include "../../slang-com-helper.h"
+#include "slang-com-helper.h"
-#include "../../source/core/slang-std-writers.h"
-#include "../../source/core/slang-token-reader.h"
-#include "../../source/core/slang-semantic-version.h"
+#include "source/core/slang-std-writers.h"
+#include "source/core/slang-token-reader.h"
+#include "source/core/slang-semantic-version.h"
#include "../bind-location.h"