"vscode:/vscode.git/clone" did not exist on "903707b5454e1fea599a26dd91f2fafc228df17a"
Conditionally enable pointwise fusion (#992)
This enables the pointwise fusions using the MIGRAPHX_ENABLE_POINTWISE_FUSION env variable. Its disabled by default since MIOpen fusions need to be refactored. This also adds a compile_ops pass to compile the pointwise modules. All tests except test_gpu_fast_math passes with MIGRAPHX_ENABLE_POINTWISE_FUSION=1 set.
Showing
src/cpp_generator.cpp
100755 → 100644
src/include/migraphx/stringutils.hpp
100755 → 100644
src/targets/gpu/allocation_model.cpp
100755 → 100644
src/targets/gpu/compile_pointwise.cpp
100755 → 100644
src/targets/gpu/target.cpp
100755 → 100644
Please register or sign in to comment