diff --git a/libnd4j/include/execution/cpu/LaunchContext.cpp b/libnd4j/include/execution/cpu/LaunchContext.cpp index 47207719f..b3aec93a7 100644 --- a/libnd4j/include/execution/cpu/LaunchContext.cpp +++ b/libnd4j/include/execution/cpu/LaunchContext.cpp @@ -23,7 +23,9 @@ #include #include -thread_local nd4j::ContextBuffers contextBuffers = nd4j::ContextBuffers(); + +nd4j::ContextBuffers contextBuffers = nd4j::ContextBuffers(); + namespace nd4j {