Skip to content
4 changes: 4 additions & 0 deletions build_tools/github_actions/amdgpu_family_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
import json
import os

#############################################################################################
# NOTE: when doing changes here, also check that they are done in new_amdgpu_family_matrix.py
Comment thread
HereThereBeDragons marked this conversation as resolved.
#############################################################################################

all_build_variants = {
"linux": {
"release": {
Expand Down
Loading
Loading