From 0f22d6036b34235424868d5715c11c2bd26bdfdc Mon Sep 17 00:00:00 2001 From: Robert Chisholm Date: Fri, 17 Nov 2023 10:41:29 +0000 Subject: [PATCH] Temp fix CI warning. --- src/flamegpu/detail/JitifyCache.cu | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/flamegpu/detail/JitifyCache.cu b/src/flamegpu/detail/JitifyCache.cu index 2bb07c7c7..d758e7814 100644 --- a/src/flamegpu/detail/JitifyCache.cu +++ b/src/flamegpu/detail/JitifyCache.cu @@ -80,6 +80,7 @@ std::vector getIncludeDirs() { } return rtn; } +/* Temp comment to suppress warning in CUDA 11.0 CI std::string loadFile(const std::filesystem::path &filepath) { std::ifstream ifs; ifs.open(filepath, std::ifstream::binary); @@ -96,7 +97,7 @@ std::string loadFile(const std::filesystem::path &filepath) { ifs.close(); return rtn; } - +*/ /** * Find the cuda include directory. * Throws exceptions if it can not be found.