Viewing profile — ozinenko
ozinenko
HN member- Joined
- Wed, Feb 14, 2018, 9:29 PM UTC
- HN karma
- 40
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About ozinenko
No profile information was provided.
Recent public activity
-
comment
Comment #42821588
I'd be interested to learn about such closed-source important bits and invite them to MLIR workshop / open developer meeting. Having worked on the project essentially since its inc…
-
comment
Comment #42821541
MLIR maintainer here, or however close one can be given that we don't have a clear ownership structure. This has been discussed repeatedly in the community, and it is likely that m…
-
comment
Comment #35959076
There are very few reasons for a landlord to prematurely terminate the lease in France, and deciding to lent it for more money is specifically not one of them. In winter, you can't…
-
comment
Comment #35797488
@chrislattner out of curiosity, can you share on which CPU the numbers in https://docs.modular.com/mojo/notebooks/Matmul.html are obtained and/or the fraction of peak performance o…
-
comment
Comment #32593442
Engage with some open-source compiler community or, better, find a way to contribute and then the job will find you. Note, however, that even if you wanted to pursue a purely acade…
-
comment
Comment #22432662
Cool, I've seen the PLDI talk a couple of years ago! Would you mind describing your potential use case on https://llvm.discourse.group/c/llvm-project/mlir , there may be more peopl…
-
comment
Comment #22432606
(Early disclaimer: I am an author of the paper and of MLIR, but this is a personal opinion) I am somehow surprised by the reaction but at the same time I expected as much. We chose…
-
comment
Comment #22432263
It will be as good as the sum of work put into it by the people in the ecosystem. That is the reason why MLIR was open-sourced very early in the development process, instead of thr…
- story
-
comment
Comment #16388494
Tensor Comprehensions is mostly targeted at arithmetics operations that appear in DL workloads, and the notation strives to be usable for DL experts. Polyhedral optimizer is orient…
-
comment
Comment #16388455
Tensor Comprehensions does not try to own memory allocation and CPU/GPU transfers. ATen is one simple way of getting that, which we used for tests. Anything convertible to DLPack t…
-
comment
Comment #16382811
Sure, it is one of the works we cite. It seems to be mostly targeted at sparse computations and does not have GPU support. Tensor Comprehensions does not try to manage memory and t…
-
comment
Comment #16382776
Section 7 of the paper ( https://arxiv.org/abs/1802.04730 ) has a couple of examples. In short, yes CuDNN is fast for the cases it was tuned for . It is probably faster on power-of…
-
comment
Comment #16380715
The paper has a couple of useful references. Otherwise, we have a site with general information on polyhedral compilation http://polyhedral.info/ and Halide has its own site http:/…
-
comment
Comment #16379741
The crucial part is the polyhedral optimizer which does indeed include several GPU-specific heuristics (multilevel parallelization, coalescing, etc) and specialization to tensor si…