Skip to content

Commit 38b6dea

Browse files
committed
Bump patch version.
1 parent bfcdffc commit 38b6dea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

include/cudecomp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
#define CUDECOMP_MAJOR 0
4646
#define CUDECOMP_MINOR 4
47-
#define CUDECOMP_PATCH 0
47+
#define CUDECOMP_PATCH 1
4848

4949
/**
5050
* @brief This enum lists the different available transpose backend options.

utils/dgxh100_map.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
bind_cpu_cores=([0]="0-14,112-125" [1]="15-27,126-139" [2]="28-41,140-153" [3]="42-55,154-167"
1+
bind_cpu_cores=([0]="0-13,112-125" [1]="14-27,126-139" [2]="28-41,140-153" [3]="42-55,154-167"
22
[4]="56-69,168-181" [5]="70-83,182-195" [6]="84-97,196-209" [7]="98-111,210-223")
33

44
bind_mem=([0]="0" [1]="0" [2]="0" [3]="0"

0 commit comments

Comments
 (0)