Skip to content

Commit

Permalink
[ORO-0] Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Dec 23, 2022
1 parent d5f3932 commit 8578dc0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Test/WMMA/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ int main( int argc, char** argv )
opts.push_back( "-I ../" );

// Compile the WMMA kernel
printf( "Compiling WMMA kernel..." );
printf( "Compiling WMMA kernel...\n" );
rtc_e = orortcCompileProgram( prog, opts.size(), opts.data() );
if( rtc_e != ORORTC_SUCCESS )
{
Expand Down Expand Up @@ -144,6 +144,7 @@ int main( int argc, char** argv )
oroFree((oroDeviceptr)b_gpu);
oroFree((oroDeviceptr)c_gpu);

printf( "Output matrix:\n" );
for (int i = 0; i < 16; ++i)
{
for (int j = 0; j < 16; ++j)
Expand Down

0 comments on commit 8578dc0

Please sign in to comment.