Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Add Nvidia-Cutlass library#8139

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
FabianSchuetze wants to merge1 commit intocompiler-explorer:main
base:main
Choose a base branch
Loading
fromFabianSchuetze:add-library-nvidia-cutlass

Conversation

@FabianSchuetze
Copy link
Contributor

Thanks for the wonderful CE project.

This PR is the sister PR ofcompiler-explorer/infra#1844

The PR adds Nvidia's Cutlass library.

The repo is at:https://github.com/NVIDIA/cutlass
Cutlass is the premier library for high-performance BLAS kernels on Nvidia GPUs.

As the underlying PTX ISA can change from generation to generation, CE is fantastic for studying the assembly. Compiler times with this library can be long, but I hope CE can shoulder it.

I could not build the CUDA C++ backend locally (make EXTRA_ARGS='--language "CUDA C++"' with variations of CUDA C++ failed), but I hope the PR contains everything that is necessary.

Thanks again.

lijinpei reacted with thumbs up emoji
@mattgodbolt
Copy link
Member

Waiting on a reply oncompiler-explorer/infra#1844

@mattgodboltmattgodbolt marked this pull request as draftOctober 6, 2025 17:50
Copy link
Contributor

@abhilash1910abhilash1910 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Thanks for the PR,
Cutlass does have a lot of versions and corresponding dependencies, are we only sticking to only trunk here ?

@FabianSchuetze
Copy link
ContributorAuthor

FabianSchuetze commentedOct 11, 2025
edited
Loading

Thanks,@abhilash1910 . In the infra repo, we decided to start with the most recent release and not use trunk for the beginning. Once infra is updated, I'll update this PR again.

abhilash1910 reacted with thumbs up emoji

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

1 more reviewer

@abhilash1910abhilash1910abhilash1910 left review comments

Reviewers whose approvals may not affect merge requirements

Assignees

No one assigned

Labels

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@FabianSchuetze@mattgodbolt@abhilash1910

[8]ページ先頭

©2009-2025 Movatter.jp