I am attempting to run the ibm/sphere_ibm example on a Mac (Apple Silicon M1) within a Python 3.12 environment. While standard CFD examples like lid_driven_cavity_2d run correctly on the CPU/WARP backend, the sphere example fails during the immersed boundary preparation phase.
Error:
RuntimeError: "cuda" device requested but this build of Warp does not support CUDA
I would appreaciate any ways to fix this, or anything that I am missing.
I am attempting to run the
ibm/sphere_ibmexample on a Mac (Apple Silicon M1) within a Python 3.12 environment. While standard CFD examples likelid_driven_cavity_2drun correctly on the CPU/WARP backend, the sphere example fails during the immersed boundary preparation phase.Error:
RuntimeError: "cuda" device requested but this build of Warp does not support CUDAI would appreaciate any ways to fix this, or anything that I am missing.