Skip to content

Commit

Permalink
Fix examples after file rename
Browse files Browse the repository at this point in the history
common.h was moved to common.hpp with commit f14d683
  • Loading branch information
FMarno committed Jan 7, 2025
1 parent 175f05b commit 099a591
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/sycl/pvc/pvc_gemm_streamk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
#include "cutlass/util/packed_stride.hpp"
#include "cutlass/util/reference/device/gemm_complex.h"
#include "cutlass/util/reference/device/tensor_compare.h"
#include "common.h"
#include "common.hpp"

#include "cutlass/gemm/kernel/xe_persistent_tile_scheduler_params_streamk.hpp"
using namespace cute;
Expand Down
2 changes: 1 addition & 1 deletion examples/sycl/pvc/pvc_gemm_with_epilogue_gelu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
#include "cutlass/tensor_view.h"
#include "cutlass/coord.h"

#include "common.h"
#include "common.hpp"

using namespace cute;

Expand Down

0 comments on commit 099a591

Please sign in to comment.