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

cutlass: new recipe #24862

Merged
merged 5 commits into from
Sep 3, 2024
Merged

cutlass: new recipe #24862

merged 5 commits into from
Sep 3, 2024

Conversation

valgur
Copy link
Contributor

@valgur valgur commented Aug 7, 2024

Summary

Changes to recipe: cutlass/3.5.0

Motivation

CUTLASS is a collection of CUDA C++ template abstractions for implementing high-performance matrix-matrix multiplication (GEMM) and related computations at all levels and scales within CUDA.

Required for FBGEMM (#24749) and libtorch (#24759) when building with CUDA enabled.

https://github.com/NVIDIA/cutlass

Details

It's mostly a CUDA library, but can be installed as header-only, which avoids a build-time dependency on CUDA.

header_only=False option could be added to build and package library binaries as well, but I think it's better to review and merge the minimal header-only version first.


@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

Copy link
Contributor

Hooks produced the following warnings for commit 4a106db
cutlass/3.5.0@#824a4cd5de6132eef240c18d1212f119
post_source(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './docs/structcutlass_1_1gemm_1_1threadblock_1_1DefaultMmaCore_3_01Shape___00_01WarpShape___00_01Instruca1d9a28a8480eb9edfb7c40780b136e6.html' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './include/cutlass/conv/threadblock/conv2d_fprop_activation_tile_access_iterator_fixed_channels.h' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.

@czoido czoido self-assigned this Aug 30, 2024
@czoido czoido mentioned this pull request Sep 3, 2024
3 tasks
@conan-center-bot
Copy link
Collaborator

Conan v1 pipeline ✔️

All green in build 4 (ff498c5f34cc4557b318e6120e80c3d2a853fd00):

  • cutlass/3.5.0:
    All packages built successfully! (All logs)

Conan v2 pipeline ✔️

Note: Conan v2 builds are now mandatory. Please read our discussion about it.

All green in build 4 (ff498c5f34cc4557b318e6120e80c3d2a853fd00):

  • cutlass/3.5.0:
    All packages built successfully! (All logs)

Copy link
Contributor

github-actions bot commented Sep 3, 2024

Hooks produced the following warnings for commit ff498c5
cutlass/3.5.0@#4f8605f4d3ba4a86d3c2650ed05ceefd
post_source(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './docs/structcutlass_1_1gemm_1_1threadblock_1_1DefaultMmaCore_3_01Shape___00_01WarpShape___00_01Instruca1d9a28a8480eb9edfb7c40780b136e6.html' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './include/cutlass/conv/threadblock/conv2d_fprop_activation_tile_access_iterator_fixed_channels.h' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.

@conan-center-bot conan-center-bot merged commit 29f6421 into conan-io:master Sep 3, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants