-
**What is your question?**
I print a tensor and get:
```
smem_ptr[16b](0x7fe900000c00) o Sw o _0 o (((_64,_256),_2)):(((_1,_64),_16384))
```
What is these 0 and o in print? Where is the source co…
-
I see this:
```
enum class SmemSwizzleBits : uint8_t {
DISABLE = 0,
B32 = 1,
B64 = 2,
B128 = 3,
};
```
And I changed this to 0:
```
// tensor_map
utils::TmaDescriptor tensormap…
-
The following agent creates `( ^smem )` in `apply*create-smem`. Soar 9.4 crashes; Soar 9.5 silently _replaces_ smem (note that at the third decision cycle the smem identifier becomes `S5`, as opposed …
-
RT,tile_to_shape这个函数的作用是什么
-
Add missing CHIRRTL memories to the spec. Consider reworking these to use the CIRCT interpretation of them that makes handling simpler.
-
I am trying to use openfold on a machine with an rtx 4090 with cuda driver 12.1
I install the package using the environment file and I get this problem at the time of installing attn_cuda
(copying…
-
**What is your question?**
Is there a way to use TMA / CuTe to perform that following load pattern:
Starting with this 1-D tensor,
`[1, 2, 3, 4]`
I'd like to load the following 2-D tensor …
-
When running "bin/opencv_perf_objdetect" it gives the following warning/error you find below.
Deinlining the function "reduce_smem" like with the following patch fixes that, but i don't know if there …
-
Hi @66RING, thank you for your helpful work.
I have one question about the use of kBlockKSmem in csrc/kernel_traits.h. When you define SmemLayoutAtomQ:
```
using SmemLayoutAtomQ = decltype(
…
-
We are seeing that users will close and re-open the debugger for every change during their development cycle just to make sure everything works with a complete initialization. This is tedious and we s…