mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-15 10:37:44 +00:00
Codegen build w/CK (#1428)
* initial push
* cleaned up compiler errors
* removed commented code
* build codegen folder only for gfx9 targets
* remove separate stage for codegen tests from CI
* removed commented code from CMake
---------
Co-authored-by: Illia Silin <98187287+illsilin@users.noreply.github.com>
Co-authored-by: illsilin <Illia.Silin@amd.com>
[ROCm/composable_kernel commit: da214a5a58]
This commit is contained in:
@@ -76,8 +76,11 @@ std::string SequenceStr(const std::vector<int>& v);
|
||||
|
||||
std::string MakeTuple(const std::vector<std::string>& v);
|
||||
|
||||
#pragma clang diagnostic push
|
||||
#pragma clang diagnostic ignored "-Wglobal-constructors"
|
||||
template <int... xs>
|
||||
const std::string S = SequenceStr({xs...});
|
||||
#pragma clang diagnostic pop
|
||||
|
||||
constexpr const char* PassThrough = "ck::tensor_operation::element_wise::PassThrough";
|
||||
constexpr const char* Bilinear = "ck::tensor_operation::element_wise::Bilinear";
|
||||
|
||||
Reference in New Issue
Block a user