-
**What is your question?**
I am learning to use cute to build a hgemm kernel. Tested on A10 GPU, the cute kernel is good with small problem size such as m/n/k = 4096, but I found it's much slower …
-
Hi! I'm currently facing this problem and while I was searching for a solution, I came across your category and it seems like just what I've been looking for.
Although the problem is I'm using Swift.…
-
It would be cool if we were able to do something like:
```ts
const one = new Vector3(1, 2, 3);
print(one.XY);
// Vector2(1, 2)
// compiled to: Vector2.new(one.X, one.Y)
const two = new Vector3…
-
Hi!
First of all thanks for great library! It's really awesome. I integrated it in project that I'm currently working on and encountered strange behaviour. When presenting `UITabBarController` withou…
-
Hi,
not sure how useful it is (beside to me), but in the light of https://github.com/gpuweb/gpuweb/issues/732, i often find myself wanting to easily convert scalar to vectors.
And something like: …
-
Hi,
This is more of a question.
I am able to check the status of the notifications through Google Play console only for Android devices. I did not see any for iOS devices. When I asked FCM about t…
-
https://github.com/meguid/EvenTask/blob/06cf013359f2e0b4aeb82a649ccb3ba7e9547271/EvenTask/Modules/BaseView.swift#L10
Imagine you are making an Android application and needs Dagger 2, which makes `B…
-
Assume that there are 4x4 elements in the shared memory. I can use composition(Swizzle{},...) to swizzle each element successfully,
But now I want to swizzle in unit of 2x2 elements, just like :
…
-
Shin Hayarigami 1 & 2
Console: Switch
Format extension(s): .dat
Type: Archive
.dat - 50 53 5F 46 53 5F 56 31 9F 00 00 00 00 00 00 00 - PS_FS_V1Ÿ
**More details:**
The file is the main conta…
-
Not really a bug but apps like paypal are terribly made and swizzle NSData initilize to call their debug logger class.
Who tf knows why their debug logger is enabled in a release build.
When ellekit…