Skip to content

Commit 0a71dff

Browse files
author
chengxuan99
committed
dxa: remove async-barriers macro from smoke path and fix rtlsim build dupes
1 parent 82512c2 commit 0a71dff

3 files changed

Lines changed: 1 addition & 4 deletions

File tree

ci/regression.sh.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

hw/rtl/VX_gpu_pkg.sv

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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;

tests/regression/sgemm2_dxa/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,5 @@ VX_SRCS := $(SRC_DIR)/kernel.cpp
1212
OPTS ?= -n16 -t4 -c4 -m2
1313

1414
CONFIGS += -DEXT_DXA_ENABLE -DEXT_TXBAR_ENABLE -DEXT_DXA_CLUSTER_LEVEL_ENABLE
15-
CONFIGS += -DVX_ASYNC_BARRIERS_PER_CTA=3
1615

1716
include ../common.mk

0 commit comments

Comments
 (0)