Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ggreg84
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
ggreg84
1y ago
Chips and Cheese GPU analysis are pretty detailed, but they need to be taken with a huge grain of salt because the results only really apply to OpenCL and nobody buying NVIDIA or AMD GPUs for Compute runs OpenCL on them; its either CUDA or
2.
▲
by
ggreg84
3y ago
Asynchronous clean-up is a solved problem in C++ senders & receivers. I wonder what's so different about rust that they can't solve it in the same way.
3.
▲
by
ggreg84
3y ago
> My biggest concern with Rust is the sloppiness around the distinction between a "compiler bug" and a "hole in the type system." That bug is marked as I-unsound, which means that it introduces a hole in the type syst
4.
▲
by
ggreg84
3y ago
LUMI as an "AI customer" has a: - low-budget: tax payer supercomputer for tax payer phd students - high-risk tolerance: tolerate AI cluster arriving 5 years late (Intel and Aurora), lack of AI SW stack, etc. - High FP64 FLOPs cons
5.
▲
by
ggreg84
4y ago
> OpenCL based machine learning libraries, no? Have you used OpenCL and CUDA C++ ? CUDA C++ is single-source easy to use, has good tools, has a lots of libraries you can build your new library on top (empowered by generic libraries, it
6.
▲
by
ggreg84
4y ago
Indeed, wow.
7.
▲
by
ggreg84
4y ago
Which is (EDIT: NOT) the most widely sold console ever.
8.
▲
by
ggreg84
4y ago
I just use inotifywait for that. What does entr do differently? This will run a binary when any file on the directory tree changes: #!/usr/bin/env sh set -e while true; do inotifywait -e modify,create,de
9.
▲
by
ggreg84
5y ago
> Is this a serious comment? Alwrapper doesn't use emulation. An API wrapper simply translates calls to the appropriate API. B QEMU simply translates calls from one hardware API to another hardware API, so it isn't an emulator
10.
▲
by
ggreg84
5y ago
Since you can't really buy apple cpus or gpus and put them in a PC, for benchmarking... today at least one can't compare apple's hardware against intel hardware. What one can compare, is the performance of the "Apple pla
11.
▲
by
ggreg84
5y ago
Buy professional appliances, for restaurants. For some reason, they are often better along many axes: cheaper, easier to clean, more customizable, more powerful, more flexible, etc. I really like the professional induction stoves, with actu
12.
▲
by
ggreg84
5y ago
> Isn't there a single GPU benchmark that actually does the same work so that comparisons can actually be made? Apple does not support OpenGL or Vulkan, only Metal, and most app devs have better things to do than rewriting code for
13.
▲
by
ggreg84
5y ago
If you can re-compile all your source code, then ABI stability is not that important. In the real world, - people use operating systems to get work done, - such work is often done with proprietary software that people buy, and that lot of p
14.
▲
by
ggreg84
5y ago
+1. Asking the right questions.
15.
▲
by
ggreg84
5y ago
What went wrong is that people learned how much NVIDIA pays, figured out they were significantly underpayed, Arm is not a very profitable business so couldn't compete, and the moment it started looking like the NVIDIA deal was not goin
16.
▲
by
ggreg84
5y ago
Their goal - and only option - is to sell the company for as much $$$ as possible, and this strategy helps them towards their goal. This is the simplest and most effective way to make Arm books look good, which is what regulators all around
17.
▲
by
ggreg84
5y ago
To many on the internet which was financed by DARPA? The irony is strong on this thread.
18.
▲
by
ggreg84
5y ago
And Mac Studio probably. Still, closing your online store for days during the weeks around releases seems dumb. Someone might want to buy an Apple watch or something :laugh: Imagine closing Amazon for a week every time Amazon rips some star
19.
▲
Apple store is closed worldwide
(apple.com)
2 points
by
ggreg84
5y ago
|
4 comments
20.
▲
by
ggreg84
5y ago
You can save the annotated slides after the lecture, and just share them?
21.
▲
by
ggreg84
5y ago
When the M1 was released... a year ago... You could buy a 900$ laptop with a better CPU than any laptop out there. 20 hours battery life (almost 3x any other laptop out there). Silent (no fans). With a great screen, a great keyboard, lightw
22.
▲
by
ggreg84
5y ago
Do you have a reference?
23.
▲
by
ggreg84
5y ago
> Optimizing for speed usually causes increased memory consumption, Lol, no? If your benchmark is memory bound, reducing memory usage is probably the simplest way to make it faster.
24.
▲
by
ggreg84
5y ago
If by software throttling hardware you mean LHR. Then as other have mentioned there are two options for GPU vendors: * Hardware unblocked: GPU can be used for mining, scarcity becomes worse, good luck finding gaming GPUs for less than 2000$
25.
▲
by
ggreg84
5y ago
Reply in this comment thread: https://news.ycombinator.com/item?id=30568961
26.
▲
by
ggreg84
5y ago
> Because the hardware already does all of those things whether you paid for them or not. AMD and Intel GPUs have the hardware capability of being great at CAD, but in practice they suck and nobody uses them because AMD and Intel do not
27.
▲
by
ggreg84
5y ago
> I'm not a big fan of limiting hardware to run only approved software. One day it's for limiting crypto mining, the next day it will be for limiting our ability to use strong encryption. It's a slippery slope. I'd as
28.
▲
by
ggreg84
5y ago
From the Nouveau devs themselves: https://nitter.eu/_Lyude/status/1498811646697000961 They claim that leaking anything would actually make their work significantly harder.
29.
▲
by
ggreg84
5y ago
> And for that one, exceptions as they are today are often faster than the equivalent error-code-based code: https://nibblestew.blogspot.com/2017/01/measuring-execution- ... The example on that blog post is not
30.
▲
by
ggreg84
5y ago
Note that every member can decide how it aids. Germany aid to Ukraine was to send them 5k helmets. Those helmets didn't do anything against Russia's missiles. --- That is, attacking a member of NATO just means that all other membe
More ›