-
Discussion about the ongoing implementation of the compiler.
keean updated
5 years ago
-
### Motivation :
MIGraphX can support multiple backend targets. It fully supports GPU target currently. It can target the CPU backend with limited functionality and FPGA support is in the BETA mod…
-
下面这篇文章从四个维度来分析一个 benchmark,可以参考下:
- purpose
- analytics pipeline stage
- metrics
- convergence
[A Survey of Big Data, High Performance Computing, and Machine Learning Benchmarks.pdf](https://…
-
以后的 paper 阅读记录都放在这个 issue 下,尽量每篇 paper 都输出一篇笔记或者一段话做总结,优秀、经典的论文要参考这篇文章( [一起读 paper](https://github.com/wangzzu/awesome/tree/master/paper-read) )的方式来阅读。
下面有几个分布式相关的论文列表:
1. 这有个不错的系列:https://www.c…
-
This is a long post and I apologize going in. I also want to make clear that none of this should be read as a criticism of BERTopic or the choices made of where the product has focused its attention. …
-
Hello Hadrien,
I was looking for some nice map-reduce benchmarks to add to evaluate my multithreading runtime ([Weave](https://github.com/mratsim/weave)) and was thinking that histograms could be a…
-
Comment below with questions or thoughts about the reading for this week's workshop.
Please make your comments by Wednesday 11:59 PM, and upvote at least five of your peers' comments on Thursday pr…
-
## Improved Proposal
**Proposed System Summary**
Imagine instructing a computer in plain English to solve a complex problem. Our system would not only understand your request but would also …
ghost updated
3 months ago
-
Union types express a subtyping relationship, but I am unclear as to whether typeclasses (i.e. Rust's traits) do?
If a `trait B` extends another `trait A` and `B` reuses the implementations of `A`, c…
-
Flipping through the pthreads backend, it didn't seem as though core affinity for the created threads was getting enabled anywhere. If that's indeed the case, that might be an easy performance win.
c…