add nvechip to sundials components when mfem+rocm (#40512)
This commit is contained in:
parent
72b36ac144
commit
8720cec283
1 changed files with 2 additions and 0 deletions
|
@ -1198,6 +1198,8 @@ def sundials_components(self):
|
||||||
sun_comps += ",nvecparhyp,nvecparallel"
|
sun_comps += ",nvecparhyp,nvecparallel"
|
||||||
if "+cuda" in spec and "+cuda" in spec["sundials"]:
|
if "+cuda" in spec and "+cuda" in spec["sundials"]:
|
||||||
sun_comps += ",nveccuda"
|
sun_comps += ",nveccuda"
|
||||||
|
if "+rocm" in spec and "+rocm" in spec["sundials"]:
|
||||||
|
sun_comps += ",nvechip"
|
||||||
return sun_comps
|
return sun_comps
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
|
Loading…
Reference in a new issue