Viewing profile — cloudhan
cloudhan
HN member- Joined
- Wed, Dec 01, 2021, 8:29 AM UTC
- HN karma
- 28
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About cloudhan
No profile information was provided.
Recent public activity
-
comment
Comment #43502821
> The official project language is American English with ISO 8601 dates and metric units. Very good taste for an American.
-
comment
Comment #41901956
NPU folks offen time say > it's not enough time to get new silicon designs specifically for Where blahblah stands for a model architecture that has caused a paradigm shift. When yo…
-
comment
Comment #41901869
OK, I am one of the developers in onnxruntime team. Perviously working on ROCm EP now has been transfered to QNN EP. The following is purely devrant and the opinions are mine. So R…
-
comment
Comment #41901705
Yes.
-
comment
Comment #40231574
This reminds me of Weight Agnostic Neural Networks https://weightagnostic.github.io/
-
comment
Comment #40231478
Very unfriendly. The symbolic library (type of activations) requires a branching at the very core of the kernel. GPU will need to serialized on these operations warp-wise. To optim…
-
comment
Comment #39557944
You run or your code runs, choose one and choose it wisely ;)
-
comment
Comment #39271073
The memory is too small to be useful nowadays.
-
comment
Comment #38938992
At the time of the dev of the EP, the tooling is not that good as current. I have imagined a pipeline that HLSL compiles down to DXIL then go through spirv cross and then target wi…
-
comment
Comment #38938858
Not exactly, both cl and glsl can be aot, but the runtime will be limited to some newer version and then the market coverage will be niche, those vendor are so lazy on updating the…
-
comment
Comment #38938287
circle lang is also very worth to check out.
-
comment
Comment #38938280
Thoes "existing libraries" does not necessary mean stdc++, but some parallel primitive, and are essential to performance portability. For example, cub for scan and reduction, cutla…
-
comment
Comment #38938104
I am long sought after a CUDA or HIP compiler that target SPIR-V or DXIL. So that we can compile all thoes neural network kernels to almost all compute devices. The requirements ar…
-
comment
Comment #38570908
Mixtral-8x7B support --> Support new model https://github.com/stanford-futuredata/megablocks/pull/45
-
comment
Comment #38570874
Might be the training code related with the model https://github.com/mistralai/megablocks-public/tree/pstock/m...
-
comment
Comment #38304994
You might also want to watch on helix, if PR 8675 is merged, then scheme will be the extension langauge, then we get the best of both world. Modal editing and scheme =) PR 8675: ht…
-
comment
Comment #36237710
onnxruntime is written in C++. So it is not misleading =)
-
comment
Comment #35566362
This papar is really interesting, especially so when you scroll to the Reference part ;)
-
comment
Comment #29427386
I think you might be interesting in this interactive papar: https://willcrichton.net/nota/
-
comment
Comment #29401942
Then we need a powerpoint virtual machine[1]. [1] https://www.andrew.cmu.edu/user/twildenh/PowerPointTM/Paper....