We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55325a0 commit 94a0462Copy full SHA for 94a0462
paddle/cinn/hlir/framework/pir/op_lowering_impl.cc
@@ -382,12 +382,12 @@ std::vector<ir::LoweredFunc> OpLowererImpl::PostProcess(
382
common::ARMArch>) {},
383
[&](common::NVGPUArch) {
384
#ifdef CINN_WITH_CUDA
385
- optim::EliminateCommonGlobalMemoryRead(&(func_body));
+ // optim::EliminateCommonGlobalMemoryRead(&(func_body));
386
optim::OptimizeExprGPU(&(func_body));
387
#endif
388
},
389
[&](std::variant<common::HygonDCUArchHIP, common::HygonDCUArchSYCL>) {
390
391
392
});
393
}
0 commit comments