Skip to content

v0.5.14

Compare
Choose a tag to compare
@yuanming-hu yuanming-hu released this 20 Apr 00:38
9a3bb30

Highlights:

  • CUDA backend
    • Fix slim_libdevice.bc shipping on Windows (#820) (by Yuanming Hu)
  • OpenGL backend
    • Fix NVIDIA GLSL compile freeze by sorting SNodes (#808) (by 彭于斌)

Full changelog:

  • [refactor] Miscellaneous & mechanical cleanups (#822) (by Taichi Gardener)
  • [CUDA] Fix slim_libdevice.bc shipping on Windows (#820) (by Yuanming Hu)
  • [OpenGL] Fix NVIDIA GLSL compile freeze by sorting SNodes (#808) (by 彭于斌)
  • [refactor] Remove SNodeAttr and decouple SNode from LLVM (#817) (by Yuanming Hu)
  • [async] Parallel compilation infrastructure (#816) (by Yuanming Hu)
  • [example] Improve mpm128 gravity control (#809) (by 彭于斌)