Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
sirhcm
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
sirhcm
10mo ago
> One extra register is all you ever need, even for an arbitrary parallel move! This statement, albeit true, is highly misleading. In the example given, you ought to be concerned with parallel assignments not parallel moves . See [0]
2.
▲
by
sirhcm
11mo ago
Occupancy and RAM utilization are available from static analysis. A sampling profiler would also obviously not be suitable for this always-on profiler case. But reading the counters [0] from the GSP should be cheap. [0] https://
3.
▲
by
sirhcm
11mo ago
Cache hit rate is probably the most immediately useful. Although given that this is for always-on profiling maybe this project isn't as geared towards optimizing kernels as I originally thought? In theory reading the counters should be
4.
▲
by
sirhcm
11mo ago
Does the profiler read any of the GPU's performance counters? Would be super cool to have an open source tool that can capture the same data nsight compute does.