Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike-Leo-Smith authored Nov 27, 2024
1 parent e308e6d commit 117fd4a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# LuisaRender
# LuisaRender (Coroutine Version, SIGGRAPH Asia 2024)

This is the source code for the path tracing application described in the **SIGGRAPH Asia 2024** paper
> [***GPU Coroutines for Flexible Splitting and Scheduling of Rendering Tasks***](https://doi.org/10.1145/3687766)
For the underlying computing framework, LuisaCompute's coroutine version, please refer to [LuisaCompute-coroutine](https://github.com/LuisaGroup/LuisaCompute-coroutine).

> ⚠️ Note: we have archived this repository as we are re-designing the IR layer for the main-stream LuisaCompute. The coroutine features will be re-implemented on that new IR in the future.
# LuisaRender (Original Version, SIGGRAPH Asia 2022)

LuisaRender is a high-performance cross-platform Monte-Carlo renderer for stream architectures based
on [LuisaCompute](https://github.com/LuisaGroup/LuisaCompute).
Expand Down

0 comments on commit 117fd4a

Please sign in to comment.