Skip to content

Commit

Permalink
Reverted config.hpp changes
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammad-tanvir-1211 committed Apr 26, 2024
1 parent 38776ee commit 89350a2
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions include/cute/config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -140,13 +140,7 @@
// IO
//

#if defined(CUTLASS_ENABLE_SYCL)
#include <sycl/sycl.hpp>
namespace cute
{
using sycl::ext::oneapi::experimental::printf;
}
#elif !defined(__CUDACC_RTC__)
#if !defined(__CUDACC_RTC__)
#include <cstdio>
#include <iostream>
#include <iomanip>
Expand Down

0 comments on commit 89350a2

Please sign in to comment.