Skip to content

Commit

Permalink
Merge branch 'sycl-develop' into top_k_softmax
Browse files Browse the repository at this point in the history
  • Loading branch information
t4c1 authored Jan 9, 2025
2 parents 4ef2fd2 + 01d4c32 commit 338af39
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 338af39

Please sign in to comment.