Zheng Shaokun
Zheng Shaokun
看这篇 https://research.nvidia.com/publication/2013-07_megakernels-considered-harmful-wavefront-path-tracing-gpus
Hi, @trsh We have built-in support for `Swapchain`s and `ImGUI` (with pure LuisaCompute-based rendering backends) for displaying results. `src/tests/test_path_tracing`, `src/tests/test_imgui`, and other GUI-enabled tests might be good starting points for...
`Surface`s are good now. TODO: `Light`s.
The type of a variable is decided at its first occurrence so ```python if dispatch_id().x == 999: a = 0 else: a = 0.5 ``` leads to an `int`-typed `a`...
> Above code crashes when using `cpu` backend instead: > > ``` > thread '' panicked at 'index out of bounds: the len is 5 but the index is 5',...
Sure
@MaxwellGengYF 请帮忙检查
Hi, @trsh Thanks for the feature request! The Linux + AMD support is planned. However, developing a new backend might take months. We'll update this issue if any progress is...
> @Mike-Leo-Smith webgpu would be a very exotic backend, covering also webs. Thanks for the information! WebGPU seems like a promising candidate. We'll investigate and see if it's possible to...
Update: we plan to re-implement the IR (formerly in `src/rust` and `src/ir`). The new IR will be interconvertible with SPIR-V to support the Vulkan backend's code generation needs. This should...