Skip to content

Commit

Permalink
Bump patch version.
Browse files Browse the repository at this point in the history
  • Loading branch information
romerojosh committed Apr 20, 2024
1 parent bfcdffc commit 38b6dea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/cudecomp.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

#define CUDECOMP_MAJOR 0
#define CUDECOMP_MINOR 4
#define CUDECOMP_PATCH 0
#define CUDECOMP_PATCH 1

/**
* @brief This enum lists the different available transpose backend options.
Expand Down
2 changes: 1 addition & 1 deletion utils/dgxh100_map.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bind_cpu_cores=([0]="0-14,112-125" [1]="15-27,126-139" [2]="28-41,140-153" [3]="42-55,154-167"
bind_cpu_cores=([0]="0-13,112-125" [1]="14-27,126-139" [2]="28-41,140-153" [3]="42-55,154-167"
[4]="56-69,168-181" [5]="70-83,182-195" [6]="84-97,196-209" [7]="98-111,210-223")

bind_mem=([0]="0" [1]="0" [2]="0" [3]="0"
Expand Down

0 comments on commit 38b6dea

Please sign in to comment.