Solve the CTAD regression & add up the Shell file for the docker management in testing (#3634)

* Finished the work

* Fix the pipeline
This commit is contained in:
Thomas Ning
2026-01-26 10:29:28 -08:00
committed by GitHub
parent 834642202c
commit 3900e1e7ce
12 changed files with 1150 additions and 6 deletions

View File

@@ -392,8 +392,4 @@ struct BlockReduce2D
InDataType reduce_init;
};
// deduction guide
template <typename T>
CK_TILE_HOST_DEVICE_EXTERN BlockReduce2D(const T&, const typename T::DataType&) -> BlockReduce2D<T>;
} // namespace ck_tile