We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Segmentation fault when converting taichi metal field to torch mps device
To Reproduce
> import taichi as ti [Taichi] version 1.6.0, llvm 15.0.7, commit f1c6fbbd, osx, python 3.10.3 > ti.init(arch=ti.metal,) [Taichi] Starting on arch=metal > x = ti.field(dtype=ti.f32, shape=()) > x[None] = 1 > x.to_torch('mps') 73850 segmentation fault ipython
Log/Screenshots
[Taichi] version 1.6.0, llvm 15.0.7, commit f1c6fbbd, osx, python 3.10.3 [Taichi] Starting on arch=metal [1] 74506 segmentation fault python tmp.py
Additional comments I'm running oxs 13.0.1
The text was updated successfully, but these errors were encountered:
Can you try using the nightly version? I think we've fixed this issue but it's not released yet.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Segmentation fault when converting taichi metal field to torch mps device
To Reproduce
Log/Screenshots
Additional comments
I'm running oxs 13.0.1
The text was updated successfully, but these errors were encountered: