Skip to content

Commit

Permalink
[nvidia-cutlass] update to 3.5.1 (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
luncliff authored Oct 4, 2024
1 parent 935a092 commit e58b145
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 64 deletions.
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

0 comments on commit e58b145

Please sign in to comment.