Bob Cao

Results 11 issues of Bob Cao

Similar to how we currently declare arguments for kernels in Taichi CGraph, we can use something similar for the regular kernel launch (with some additions). This API can be used...

feature request

Since we are doing frontend type inference now in C++ and it's fully under our control, I would suggest we adopt a stronger & simpler type promotion system. 1. No...

feature request

Issue: # ### Brief Summary 1. Nuked `IntegerOffsetStmt` from codebase. It's no longer used by anything but still exists in some of the compiler codebase. 2. Added comments on `alias_analysis`...

- [x] ShaderResourceSet / RasterResources - [x] Split into `shader resource set` and `raster-state set` - [x] `rw_buffer` - [x] `buffer` - [x] `image` - [x] `rw_image` - [x] `vertex_buffer`...

doc

Issue: # ### Brief Summary copilot:summary ### Walkthrough copilot:walkthrough

https://github.com/taichi-dev/taichi/issues/4364

From https://github.com/taichi-dev/taichi/issues/8101 We might want to fix this to make it hyper-parameter wise compatible with torch solutions

https://github.com/crowsonkb/k-diffusion/blob/21d12c91ad4550e8fcf3308ff9fe7116b3f19a08/k_diffusion/models/image_transformer_v2.py#L111 I know it's mentioned in the paper that this version of scaling directly parametrize scale instead of exponent, however an unintended side effects is that when the scale goes...