Skip to content

Commit 4577d3c

Browse files
loadamsgyou2021
authored andcommitted
Update build_win.bat script to exclue GDS op as it lacks Windows support. (deepspeedai#6971)
Nvidia GDS [does not support Windows](https://developer.nvidia.com/gpudirect-storage). Signed-off-by: gyou2021 <ganmei.you@intel.com>
1 parent 272f586 commit 4577d3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build_win.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ set DS_BUILD_AIO=0
77
set DS_BUILD_CUTLASS_OPS=0
88
set DS_BUILD_EVOFORMER_ATTN=0
99
set DS_BUILD_FP_QUANTIZER=0
10+
set DS_BUILD_GDS=0
1011
set DS_BUILD_RAGGED_DEVICE_OPS=0
1112
set DS_BUILD_SPARSE_ATTN=0
1213

0 commit comments

Comments
 (0)