mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-04-20 06:49:15 +00:00
get rid of gfx900/906, set rocm5.7 as default (#958)
This commit is contained in:
@@ -74,7 +74,7 @@ struct AddScale
|
||||
a = scale * (a0 + a1);
|
||||
}
|
||||
|
||||
//this attribute will force copy_function applying element_wise with vector_type
|
||||
// this attribute will force copy_function applying element_wise with vector_type
|
||||
static constexpr ck::index_t vec_len = 4;
|
||||
|
||||
float scale = 1.0;
|
||||
|
||||
Reference in New Issue
Block a user