From 56910ddee72b670983f2c402192c34619bd680ce Mon Sep 17 00:00:00 2001 From: raver119 Date: Sat, 17 Aug 2019 14:51:39 +0300 Subject: [PATCH] no thread_local for cpu Signed-off-by: raver119 --- libnd4j/include/execution/cpu/LaunchContext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnd4j/include/execution/cpu/LaunchContext.cpp b/libnd4j/include/execution/cpu/LaunchContext.cpp index 47207719f..9626b5d75 100644 --- a/libnd4j/include/execution/cpu/LaunchContext.cpp +++ b/libnd4j/include/execution/cpu/LaunchContext.cpp @@ -23,7 +23,7 @@ #include #include -thread_local nd4j::ContextBuffers contextBuffers = nd4j::ContextBuffers(); +nd4j::ContextBuffers contextBuffers = nd4j::ContextBuffers(); namespace nd4j {