Commit 0ee0d6e7 authored by Paul's avatar Paul
Browse files

Rename var

parent 1f352d61
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
namespace migraphx { namespace migraphx {
inline namespace MIGRAPHX_INLINE_NS { inline namespace MIGRAPHX_INLINE_NS {
MIGRAPHX_DECLARE_ENV_VAR(MIGRAPHX_ENABLE_CK_GEMM); MIGRAPHX_DECLARE_ENV_VAR(MIGRAPHX_ENABLE_CK);
struct module; struct module;
...@@ -122,7 +122,7 @@ struct find_ck_gemm ...@@ -122,7 +122,7 @@ struct find_ck_gemm
void fuse_ck::apply(module_pass_manager& mpm) const void fuse_ck::apply(module_pass_manager& mpm) const
{ {
if(enabled(MIGRAPHX_ENABLE_CK_GEMM{})) if(enabled(MIGRAPHX_ENABLE_CK{}))
{ {
match::find_matches(mpm, find_ck_gemm_pointwise{}); match::find_matches(mpm, find_ck_gemm_pointwise{});
match::find_matches(mpm, find_ck_gemm{}); match::find_matches(mpm, find_ck_gemm{});
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment