Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable Cute tests #57

Merged

Commits on Apr 4, 2024

  1. Updating README-sycl.md to capture the 3.5 modifications (codeplaysof…

    …tware#16)
    
    * Updating README-sycl.md to capture the 3.5 modifications
    
    * Update README-sycl.md
    
    Co-authored-by: aacostadiaz <alejandro.acosta@codeplay.com>
    
    * Remove the sgemm_nt_1_sycl PoC (codeplaysoftware#15)
    
    * 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>
    
    * Applying the comments
    
    ---------
    
    Co-authored-by: aacostadiaz <alejandro.acosta@codeplay.com>
    mehdi-goli and aacostadiaz committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    a726bd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84e730f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e901a6 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    9fd5087 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    a57b605 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    256f6c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4568ea7 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    b9cb745 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    59f2630 View commit details
    Browse the repository at this point in the history
  2. enable cute tests via SYCL

    AD2605 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    f25e749 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    a840ff8 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Add new line at EOF in CMake

    Co-authored-by: Mehdi Goli <mehdi.goli@codeplay.com>
    AD2605 and mehdi-goli committed May 3, 2024
    Configuration menu
    Copy the full SHA
    b34cbb6 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    d93981d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8a407b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2225c28 View commit details
    Browse the repository at this point in the history
  4. add newlines

    AD2605 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    4ce59a7 View commit details
    Browse the repository at this point in the history
  5. layout_operator.cpp

    AD2605 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    468ce3a View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    79f0c8b View commit details
    Browse the repository at this point in the history
  2. fix compilation after merge

    AD2605 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    aa8c304 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    ec44c57 View commit details
    Browse the repository at this point in the history
  2. Cosmetic

    aacostadiaz committed May 9, 2024
    Configuration menu
    Copy the full SHA
    498ee09 View commit details
    Browse the repository at this point in the history
  3. Cosmetic

    aacostadiaz committed May 9, 2024
    Configuration menu
    Copy the full SHA
    2773e21 View commit details
    Browse the repository at this point in the history
  4. Cosmetic

    aacostadiaz committed May 9, 2024
    Configuration menu
    Copy the full SHA
    2981af8 View commit details
    Browse the repository at this point in the history
  5. Cosmetic

    aacostadiaz committed May 9, 2024
    Configuration menu
    Copy the full SHA
    7c28049 View commit details
    Browse the repository at this point in the history
  6. Cosmetic

    aacostadiaz committed May 9, 2024
    Configuration menu
    Copy the full SHA
    ad35fe7 View commit details
    Browse the repository at this point in the history
  7. Cosmetic

    aacostadiaz committed May 9, 2024
    Configuration menu
    Copy the full SHA
    6a80d03 View commit details
    Browse the repository at this point in the history
  8. Cosmetic

    aacostadiaz committed May 9, 2024
    Configuration menu
    Copy the full SHA
    d0873df View commit details
    Browse the repository at this point in the history
  9. Use .cu file

    aacostadiaz committed May 9, 2024
    Configuration menu
    Copy the full SHA
    0b40132 View commit details
    Browse the repository at this point in the history
  10. Cosmetic

    aacostadiaz committed May 9, 2024
    Configuration menu
    Copy the full SHA
    37a2d61 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Merge branch 'refs/heads/sycl-develop' into fork/atharva/enable_cute_…

    …test
    
    # Conflicts:
    #	include/cutlass/gpu_generics.h
    aacostadiaz committed May 13, 2024
    Configuration menu
    Copy the full SHA
    4b35724 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10c85c9 View commit details
    Browse the repository at this point in the history
  3. Update test/unit/CMakeLists.txt

    Co-authored-by: Mehdi Goli <mehdi.goli@codeplay.com>
    aacostadiaz and mehdi-goli committed May 13, 2024
    Configuration menu
    Copy the full SHA
    c4fbc58 View commit details
    Browse the repository at this point in the history
  4. Address comments

    aacostadiaz committed May 13, 2024
    Configuration menu
    Copy the full SHA
    c5741c1 View commit details
    Browse the repository at this point in the history
  5. Address comments

    aacostadiaz committed May 13, 2024
    Configuration menu
    Copy the full SHA
    dd85bb1 View commit details
    Browse the repository at this point in the history
  6. Address comments

    aacostadiaz committed May 13, 2024
    Configuration menu
    Copy the full SHA
    13b9b2d View commit details
    Browse the repository at this point in the history
  7. Merge branch 'refs/heads/sycl-develop' into fork/atharva/enable_cute_…

    …test
    
    # Conflicts:
    #	include/cutlass/cutlass.h
    aacostadiaz committed May 13, 2024
    Configuration menu
    Copy the full SHA
    20804fd View commit details
    Browse the repository at this point in the history