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/bind-location.h | 8 ++++---- tools/render-test/cuda/cuda-compute-util.cpp | 8 ++++---- tools/render-test/cuda/cuda-compute-util.h | 2 +- tools/render-test/shader-input-layout.h | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) (limited to 'tools/render-test') diff --git a/tools/render-test/bind-location.h b/tools/render-test/bind-location.h index cfa88cce0..33670bf4b 100644 --- a/tools/render-test/bind-location.h +++ b/tools/render-test/bind-location.h @@ -1,10 +1,10 @@ #ifndef BIND_LOCATION_H #define BIND_LOCATION_H -#include "core/slang-basic.h" -#include "core/slang-free-list.h" -#include "core/slang-memory-arena.h" -#include "core/slang-writer.h" +#include "source/core/slang-basic.h" +#include "source/core/slang-free-list.h" +#include "source/core/slang-memory-arena.h" +#include "source/core/slang-writer.h" #include "slang.h" 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" diff --git a/tools/render-test/cuda/cuda-compute-util.h b/tools/render-test/cuda/cuda-compute-util.h index ac0c6bba3..9c6c8b9b4 100644 --- a/tools/render-test/cuda/cuda-compute-util.h +++ b/tools/render-test/cuda/cuda-compute-util.h @@ -4,7 +4,7 @@ #include "../slang-support.h" #include "../options.h" -#include "../../source/core/slang-smart-pointer.h" +#include "source/core/slang-smart-pointer.h" namespace renderer_test { diff --git a/tools/render-test/shader-input-layout.h b/tools/render-test/shader-input-layout.h index 2c8dbe821..253f065f6 100644 --- a/tools/render-test/shader-input-layout.h +++ b/tools/render-test/shader-input-layout.h @@ -1,10 +1,10 @@ #ifndef SLANG_TEST_SHADER_INPUT_LAYOUT_H #define SLANG_TEST_SHADER_INPUT_LAYOUT_H -#include "core/slang-basic.h" -#include "core/slang-random-generator.h" +#include "source/core/slang-basic.h" +#include "source/core/slang-random-generator.h" -#include "core/slang-writer.h" +#include "source/core/slang-writer.h" #include "bind-location.h" -- cgit v1.2.3