diff --git a/include/cudecomp.h b/include/cudecomp.h index c47b2e6..9158478 100644 --- a/include/cudecomp.h +++ b/include/cudecomp.h @@ -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. diff --git a/utils/dgxh100_map.sh b/utils/dgxh100_map.sh index 2aaf07e..d24a4ed 100644 --- a/utils/dgxh100_map.sh +++ b/utils/dgxh100_map.sh @@ -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"