Closed rdspring1 closed 2 days ago
why CompileParams
is skipped? When generate heuristic, outer reduction and all persistent schedulders will set the maxrregcount
in compiler params.
why CompileParams is skipped?
The python class is a reference to the original CPP class. It exists but just isn't exposed to the user. It is to be added later.
!test
This PR add support for
ReductionParams
to the python frontend. All parameters are exposed exceptstd::vector<TensorView*> smem_persistent_buffers
andCompileParams
.