SWDEV-470698 - fix formatting, add format check workflow (#657)
This commit is contained in:
committed by
GitHub
parent
5840940caa
commit
f7338717ae
@@ -35,8 +35,8 @@ THE SOFTWARE.
|
||||
TEST_CASE("Unit_hiprtc_bitcode_undefined_function") {
|
||||
using namespace std;
|
||||
|
||||
static constexpr auto kernel {
|
||||
R"(
|
||||
static constexpr auto kernel{
|
||||
R"(
|
||||
__device__ void foo();
|
||||
|
||||
extern "C"
|
||||
@@ -70,5 +70,4 @@ TEST_CASE("Unit_hiprtc_bitcode_undefined_function") {
|
||||
REQUIRE(compileResult == HIPRTC_SUCCESS);
|
||||
|
||||
HIPRTC_CHECK(hiprtcDestroyProgram(&prog));
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user