-
Relevant packages:
```
dropbox.rb: depends_on 'python2' unless File.exist? "#{CREW_PREFIX}/bin/python"
dstat.rb: depends_on 'python27'
dtrx.rb: depends_on 'python2'
ecasound.rb: depends_on …
-
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…
-
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…
-
I encountered some problems when using predicate tensor.
In the tutorials:
https://github.com/NVIDIA/cutlass/blob/main/examples/cute/tutorial/tiled_copy.cu
https://github.com/NVIDIA/cutlass/blob/mai…
-
## Simple measurement using `htop`
`ig` seems to have RAM usage of around 100-120 MB. To measure this correctly in our experiments lets add the following loop to our program in a separate go routine.…
-
**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…
-
Add missing CHIRRTL memories to the spec. Consider reworking these to use the CIRCT interpretation of them that makes handling simpler.
-
When I was running the (code example)[https://github.com/user-attachments/files/17388059/sgemm_sm80_tmp.txt] provided by @ccecka in another [issue](https://github.com/NVIDIA/cutlass/issues/1858), I go…
-
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 …
-
in your matmul-pingpong-v1.cu,the code:
`/// make shared memory descriptor
template
DEVICE GmmaDescriptor make_smem_desc(PointerType smem_ptr) {
GmmaDescriptor desc;
uint32_t uint_ptr = stat…