[all-commits] [llvm/llvm-project] b24e3c: [mlir] Put template specialization in the same nam...
Lei Zhang via All-commits
all-commits at lists.llvm.org
Tue Feb 2 07:05:58 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b24e3cc5423c646447589d9701e5bbee8204cb8f
https://github.com/llvm/llvm-project/commit/b24e3cc5423c646447589d9701e5bbee8204cb8f
Author: Lei Zhang <antiagainst at google.com>
Date: 2021-02-02 (Tue, 02 Feb 2021)
Changed paths:
M mlir/test/lib/Transforms/TestLinalgCodegenStrategy.cpp
Log Message:
-----------
[mlir] Put template specialization in the same namespace
This should address GCC 5 failure due to specialization of
runStrategy in different namespace.
More information about the All-commits
mailing list