From 117fd4afdb537572fa0444308abc349d1cfdfe9e Mon Sep 17 00:00:00 2001 From: Zheng Shaokun Date: Wed, 27 Nov 2024 21:49:09 +0900 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 10c85b14..646a8503 100644 --- a/README.md +++ b/README.md @@ -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).