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 {