File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,6 @@ jobs:
126
126
retention-days : 7
127
127
128
128
build-rocm :
129
- if : false # Temporary
130
129
strategy :
131
130
matrix :
132
131
os : [ubuntu-22.04]
@@ -172,7 +171,7 @@ jobs:
172
171
needs :
173
172
- build-cpu
174
173
- build-cuda
175
- # - build-rocm
174
+ - build-rocm
176
175
- build-xpu
177
176
strategy :
178
177
matrix :
Original file line number Diff line number Diff line change @@ -75,4 +75,4 @@ def _import_backends():
75
75
"optim.optimizer.MockArgs" : False ,
76
76
}
77
77
78
- __version__ = "0.48.1 "
78
+ __version__ = "0.48.2.dev0 "
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ def run(self):
31
31
32
32
33
33
setup (
34
- version = "0.48.1 .dev0" ,
34
+ version = "0.48.2 .dev0" ,
35
35
packages = find_packages (),
36
36
distclass = BinaryDistribution ,
37
37
cmake_source_dir = "." ,
You can’t perform that action at this time.
0 commit comments