Skip to content

Commit

Permalink
Remove the sgemm_nt_1_sycl PoC (#15)
Browse files Browse the repository at this point in the history
* Remove sgemm_nt_1 PoC

* Fix build issues

* Fix code style format

* Remove ENABLE_NVPTX flag

* Update include/cute/util/debug.hpp

Co-authored-by: Mehdi Goli <mehdi.goli@codeplay.com>

* Cosmetic

---------

Co-authored-by: Mehdi Goli <mehdi.goli@codeplay.com>
  • Loading branch information
aacostadiaz and mehdi-goli committed Apr 4, 2024
1 parent 696397f commit a00e437
Show file tree
Hide file tree
Showing 12 changed files with 123 additions and 607 deletions.
47 changes: 20 additions & 27 deletions examples/cute/tutorial/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,34 +27,27 @@
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

if (CUTLASS_ENABLE_SYCL)
cutlass_example_add_executable(
sgemm_nt_1_sycl
sgemm_nt_1_sycl.cpp
)
else ()
cutlass_example_add_executable(
sgemm_1
sgemm_1.cu
)
cutlass_example_add_executable(
sgemm_1
sgemm_1.cu
)

cutlass_example_add_executable(
sgemm_2
sgemm_2.cu
)
cutlass_example_add_executable(
sgemm_2
sgemm_2.cu
)

cutlass_example_add_executable(
sgemm_sm70
sgemm_sm70.cu
)
cutlass_example_add_executable(
sgemm_sm70
sgemm_sm70.cu
)

cutlass_example_add_executable(
sgemm_sm80
sgemm_sm80.cu
)
cutlass_example_add_executable(
sgemm_sm80
sgemm_sm80.cu
)

cutlass_example_add_executable(
tiled_copy
tiled_copy.cu
)
endif ()
cutlass_example_add_executable(
tiled_copy
tiled_copy.cu
)
Loading

0 comments on commit a00e437

Please sign in to comment.