Viewing profile — zalman
zalman
HN member- Joined
- Mon, Apr 07, 2014, 6:37 PM UTC
- HN karma
- 11
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About zalman
No profile information was provided.
Recent public activity
-
comment
Comment #7549267
Andrew Adams did write bitonic sort: https://github.com/halide/Halide/blob/master/test/performanc... As I wrote in another comment, the domain of problems for which Halide works is…
-
comment
Comment #7548658
"OpenCL implementation is also free to effectively merge the stages like in Halide." I gave up relying on magic compilers a long time ago. And having worked in this domain for a lo…
-
comment
Comment #7548608
The general domain of applicability is data parallel processing. There is very little that is image specific in Halide. So audio, dense linear algebra, some finite element applicat…
-
comment
Comment #7548584
This comment completely misses the fundamental innovation in Halide, which is a separation of "algorithm," a technical term denoting the part of the program that defines the comput…
-
comment
Comment #7548476
You should be able to link generated Halide code(1) with either compiler. (Using Halide generated code does not impose much at all in the way of requirements other than C-level ABI…