mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-20 12:59:49 +00:00
Merge commit '504b101da33bd1ae2b39e13342c961eb0ddb4458' into develop
This commit is contained in:
11
test/ck_tile/smoothquant/smoothquant_bf16.cpp
Normal file
11
test/ck_tile/smoothquant/smoothquant_bf16.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
// Copyright © Advanced Micro Devices, Inc., or its affiliates.
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
#include "smoothquant.inc"
|
||||
|
||||
int main()
|
||||
{
|
||||
std::vector<std::vector<std::string>> test_cases = create_test_cases("bf16");
|
||||
|
||||
return !run_test_cases<ck_tile::bf16_t>(test_cases);
|
||||
}
|
||||
Reference in New Issue
Block a user