get rid of gfx900/906, set rocm5.7 as default (#958)

This commit is contained in:
Illia Silin
2023-10-02 12:01:11 -07:00
committed by GitHub
parent 9d58c42103
commit 59dbb01fd1
3 changed files with 4 additions and 4 deletions

View File

@@ -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;