CUTLASS 3.2 (#1024)

* CUTLASS 3.2
This commit is contained in:
ANIKET SHIVAM
2023-08-07 20:50:32 -04:00
committed by GitHub
parent a0d787b746
commit 4575443d44
392 changed files with 47559 additions and 7940 deletions
@@ -27,7 +27,10 @@
# 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.
#
# This example depends on the CUTLASS Library
#
if (CUTLASS_ENABLE_LIBRARY)
# Planar Complex Array GEMM example
cutlass_example_add_executable(
@@ -35,11 +38,6 @@ cutlass_example_add_executable(
planar_complex_array.cu
)
#
# This example depends on the CUTLASS Library
#
target_link_libraries(
11_planar_complex_array
PRIVATE
@@ -48,3 +46,4 @@ target_link_libraries(
cuda
)
endif()