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

[nvidia-cutlass] update to 3.5.1 #279

Merged
merged 2 commits into from
Oct 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 0 additions & 44 deletions ports/nvidia-cutlass/fix-cmake.patch

This file was deleted.

4 changes: 1 addition & 3 deletions ports/nvidia-cutlass/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO NVIDIA/cutlass
REF v${VERSION}
SHA512 989b62323f81708fd41a16aab10b7fc179dc9a66704446ab5d8f97160d9acf2958646dac58ac3aa2b04fff294a5c126192d2e88a7bea9f902130c8c051dc196f
PATCHES
fix-cmake.patch
SHA512 f9bc493a80e959b21d3adbe85987d375c052f6095be9e13b871f890a6ead093bfb68712eae206fd8fc3f0a2ac06d96760ffec7939869b0e12c4c37788184cc21
HEAD_REF main
)

Expand Down
16 changes: 1 addition & 15 deletions ports/nvidia-cutlass/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "nvidia-cutlass",
"version-semver": "3.5.0",
"port-version": 1,
"version-semver": "3.5.1",
"description": "CUDA Templates for Linear Algebra Subroutines",
"homepage": "https://github.com/NVIDIA/cutlass",
"license": "BSD-3-Clause",
Expand All @@ -18,19 +17,6 @@
}
],
"features": {
"tests": {
"description": "Enable CUTLASS GTest-based Unit Tests",
"dependencies": [
"gtest",
{
"name": "nvidia-cutlass",
"default-features": false,
"features": [
"tools"
]
}
]
},
"tools": {
"description": "Enable CUTLASS Tools"
}
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@
"port-version": 0
},
"nvidia-cutlass": {
"baseline": "3.5.0",
"port-version": 1
"baseline": "3.5.1",
"port-version": 0
},
"nvidia-nvbench": {
"baseline": "2024-06-01",
Expand Down
5 changes: 5 additions & 0 deletions versions/n-/nvidia-cutlass.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d660106b28743d8bc60aeb2771db6de81bcb8a75",
"version-semver": "3.5.1",
"port-version": 0
},
{
"git-tree": "c4465f766569490abe2eb0ca464d024e532250fb",
"version-semver": "3.5.0",
Expand Down
Loading