File tree Expand file tree Collapse file tree
tests/regression/sgemm2_dxa Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ dxa()
116116 make -C runtime/simx
117117
118118 # Keep a deterministic passing config for CI.
119- CONFIGS=" -DEXT_DXA_ENABLE -DEXT_TXBAR_ENABLE -DEXT_DXA_CLUSTER_LEVEL_ENABLE -DVX_ASYNC_BARRIERS_PER_CTA=3 " ./ci/blackbox.sh --driver=simx --app=sgemm2_dxa --args=" -n16 -t4 -c4 -m2"
119+ CONFIGS=" -DEXT_DXA_ENABLE -DEXT_TXBAR_ENABLE -DEXT_DXA_CLUSTER_LEVEL_ENABLE" ./ci/blackbox.sh --driver=simx --app=sgemm2_dxa --args=" -n16 -t4 -c4 -m2"
120120
121121 echo " dxa tests done!"
122122}
Original file line number Diff line number Diff line change @@ -396,7 +396,6 @@ package VX_gpu_pkg;
396396 localparam INST_SFU_CSRRC = 4'h8 ;
397397`ifdef EXT_DXA_ENABLE
398398 localparam INST_SFU_DXA = 4'h9 ;
399- localparam INST_SFU_DXA = INST_SFU_DXA ; // compatibility alias
400399`endif
401400 localparam INST_SFU_BITS = 4 ;
402401
@@ -586,7 +585,6 @@ package VX_gpu_pkg;
586585 wctl_args_t wctl;
587586 `ifdef EXT_DXA_ENABLE
588587 dxa_args_t dxa;
589- dxa_args_t dxa;
590588 `endif
591589 `ifdef EXT_TCU_ENABLE
592590 tcu_args_t tcu;
Original file line number Diff line number Diff line change @@ -12,6 +12,5 @@ VX_SRCS := $(SRC_DIR)/kernel.cpp
1212OPTS ?= -n16 -t4 -c4 -m2
1313
1414CONFIGS += -DEXT_DXA_ENABLE -DEXT_TXBAR_ENABLE -DEXT_DXA_CLUSTER_LEVEL_ENABLE
15- CONFIGS += -DVX_ASYNC_BARRIERS_PER_CTA=3
1615
1716include ../common.mk
You can’t perform that action at this time.
0 commit comments