-
Hi there,
I am getting back around to using this plugin and I have more information on the issues I am seeing uploading files.
I think I made a Issue a while back about this, but I can't seem to…
-
Consider this snippet [[playpen](https://play.rust-lang.org/?gist=6c8dc5378a2b2c3401061024e8937b3f&version=nightly&backtrace=0)]:
```rust
trait Foo {}
impl &'a T: Foo {}
fn main() {
foo…
hban updated
2 months ago
-
This issue is to track the tasks to improve the performance of the Triton GEMM/Flash attention kernel performance with the default Triton passes pipeline to reach a reasonable number. (~80% to XeTLA k…
-
Hi there,
your installation guide says
"Start by installing STACK as normal and make sure that it works with the maxima you have installed."
On our rented Moodle server we do not have shell ac…
-
Hi, thanks for the great work!
Does BitBLAS currently support int8xint8 matmul with scaling? I tried the following code and found some config results but got a segmentation fault finally.
```py…
-
### Search first
- [X] I searched and no similar issues were found
### What Happened?
در نت « های وب» از امروز به مشکل اتصال برخوردم برنامه در ۳ حالت اتصالی که در برنامه وجود دارد در مرحله دریافت ا…
-
### Dupe Check
- [X] I have [searched Warp bugs](https://github.com/warpdotdev/warp/issues?q=is%3Aissue+label%3ABugs) and there are no duplicates
### Describe the bug
- Mac Studio M2 MAX
!…
-
I've been digging a bit to understand where time is spent while building my $WORK codebase, and found this interesting behavior. I'm hoping others interested in investigating the root cause will disc…
-
I'm developing a prototype in the [subpixel](https://github.com/simias/rustation/tree/subpixel) branch. More details to come...
-
In the folder `lsqt-cuda`, in the file `vector.cu`:
```c
#ifndef CPU_ONLY
__device__ void warp_reduce(volatile real* s, int t)
{
s[t] += s[t + 32];
s[t] += s[t + 16];
s[t] += s[t + 8];
…