From 10b39e0cb545f98f1a417da8e8e52258134a3e87 Mon Sep 17 00:00:00 2001 From: Yong He Date: Mon, 15 Mar 2021 12:59:58 -0700 Subject: Enable `gfx::CUDADevice` on linux. (#1756) --- tools/render-test/cuda/cuda-compute-util.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tools/render-test/cuda/cuda-compute-util.cpp') 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" -- cgit v1.2.3