mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-23 22:34:36 +00:00
Merge commit 'f18b79f328df35e2305416b890dbb9eb561fa9e2' into develop
This commit is contained in:
11
experimental/builder/test/test_conv_builder.cpp
Normal file
11
experimental/builder/test/test_conv_builder.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
class ConvBuilderTest : public ::testing::Test
|
||||
{
|
||||
};
|
||||
|
||||
TEST_F(ConvBuilderTest, PlaceholderTest)
|
||||
{
|
||||
// TODO: Implement actual test
|
||||
EXPECT_TRUE(true);
|
||||
}
|
||||
Reference in New Issue
Block a user