Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cpu: gemm: fix data race during initialization (#363)
* Fix data race in gemm.cpp * Use std::call_once in gemm lazy initialization * remove redundant header
- Loading branch information