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 @@ -133,7 +133,6 @@ jobs:
133133 retention-days : 7
134134
135135 build-rocm :
136- if : false # Temporary
137136 strategy :
138137 matrix :
139138 os : [ubuntu-22.04]
@@ -179,7 +178,7 @@ jobs:
179178 needs :
180179 - build-cpu
181180 - build-cuda
182- # - build-rocm
181+ - build-rocm
183182 - build-xpu
184183 strategy :
185184 matrix :
Original file line number Diff line number Diff line change @@ -75,4 +75,4 @@ def _import_backends():
7575 "optim.optimizer.MockArgs" : False ,
7676}
7777
78- __version__ = "0.48.2 "
78+ __version__ = "0.48.3.dev0 "
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ def run(self):
3131
3232
3333setup (
34- version = "0.48.2 " ,
34+ version = "0.48.3.dev0 " ,
3535 packages = find_packages (),
3636 distclass = BinaryDistribution ,
3737 cmake_source_dir = "." ,
You can’t perform that action at this time.
0 commit comments