Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
maxwell86
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
maxwell86
4y ago
> Accessing InfiniBand and GPUs directly become a problem. I use nvidia containers on HPC systems every day and accessing NICs, doing RDMA to GPUs, etc. "just works" and performs as well as baremetal. Every time we upgrade our
2.
▲
by
maxwell86
4y ago
Yes. They should not have included any adapter at all. Those with older PSUs should have had to make a decision about whether they want an adapter or not, and then pick an adapter of the appropiate quality.
3.
▲
by
maxwell86
4y ago
TBH NVIDIA should just have not included any adapter at all.
4.
▲
by
maxwell86
4y ago
Agreed, not sure what other words to use instead. I think it would have been better for these cards to not have an adapter at all. I've added an EDIT to try to word this differently.
5.
▲
by
maxwell86
4y ago
Thanks. I've added an EDIT to clarify that I am not speculating about whether the OP read the article, and that the only point of my comment is to set the record straight for those who often just come to HN for the comments (like mysel
6.
▲
by
maxwell86
4y ago
> Other commenters are claiming that NVIDIA KNEW the adapter h Those refer to a PCI Express Forum issue that was opened about the connector drawing too much power, not the adapter.
7.
▲
by
maxwell86
4y ago
> xactly for how they implemented and supply a 12V solution (which includes both the physical products they supply, and the messaging they've put out around it) which this article yet again underlines as being both real, and even wo
8.
▲
by
maxwell86
4y ago
That's the opposite of all other traffic rules in the UK. Cars stop on the left, which allow other cars to overtake them on the right.
9.
▲
by
maxwell86
4y ago
> Stand on the right of escalators This surprised me when visiting the UK. I actually expected people to stand on the "left" of the scalators - just like how they drive on the left and overtake on the right - but they didn
10.
▲
by
maxwell86
4y ago
> How likely is it that any given node would be mapping out more than 2^64 bytes worth of virtual pages? In the Grace Hopper whitepaper, NVIDIA says that they connect multiple nodes with a fabric that allows them to creat a virtual addr
11.
▲
by
maxwell86
4y ago
Do you have some scientific references on synchronous concurrency?
12.
▲
by
maxwell86
4y ago
The Rust module system is radically different from C and C++ and other similar languages in the embedded space. Every build system that has added support for Rust, which aren't many, had to be radically modified to achieve that. None o
13.
▲
by
maxwell86
4y ago
Rust already has a GCC backend that can do all that. This post is about a new front-end.
14.
▲
by
maxwell86
4y ago
The rust compiler can already use GCC as a backend. So I don't see how this opens more platforms than that.
15.
▲
by
maxwell86
4y ago
If you only write to the lower 32-bit of the v0 register, which could be 1024 bit wide, that claims that the hardware somehow has to allocate a 1024-bit wide register to back those up, and then makes some "locality" arguments. The
16.
▲
by
maxwell86
4y ago
This is not really a problem. While it is true that you can only use masks from v0, and this requires moving masks into v0 after calling a vector instruction, those moves don't actually copy data from one register to another. Instead,
17.
▲
by
maxwell86
4y ago
> The elevation of the room where the rack is installed must be below 9,842 feet (3,000 meters). Why?
18.
▲
by
maxwell86
4y ago
> even if you have a PhD many will see you as "less than." Inside academia and outside of it. Inside academia you are not on a tenure track or similar, and will have to put up with a lot. Outside academia, your peers will be ma
19.
▲
by
maxwell86
4y ago
A person that works at Intel.
20.
▲
by
maxwell86
4y ago
Four times the price of fully unlimited 4G for a much better connection with more availability than 4G seems fair to me. If you don't need starlink, then don't get it. But if you have a cabin in the Italian alps where its either S
21.
▲
by
maxwell86
4y ago
> I severely doubt that std::for_each_n exists on GPU code. https://docs.nvidia.com/hpc-sdk/compilers/c++-parallel-algor... This is 4 years old. Been using it in production for the last 2 years. Works fine. Pre
22.
▲
by
maxwell86
4y ago
It's ok to like OpenMP. What I disagree with is that it should be suggested to beginners as the way to parallelize their C++ programs. That's like telling a Javascript programmer that they should parallelize their programs by usin
23.
▲
by
maxwell86
4y ago
> The "target" now makes the for-loop discussed a GPU or FPGA algorithm. Now what's strange about this is... you seemed to have known this already? So I've had difficulty making an actual response to you. The target d
24.
▲
by
maxwell86
4y ago
> It's normal C++ C++ is an ISO standard, you can use it _everywhere_, in space, in automotive, in aviation, in trains, in medical devices, _everywhere_. OpenMP is not C++, it is a different programming language than C++. OpenMP is
25.
▲
by
maxwell86
4y ago
lol please no If you are using C++, and want to parallelize something, just add "std::execution::par" to your algorithms. Instead of writing "std::for_each(...)" just write "std::for_each(std::execution::par, ...)&q
26.
▲
by
maxwell86
5y ago
> So consumption increases about x1.5 from the "best case" to "autobahn speeds"? Yes, pretty much. I wouldn't say 1.5x is a constant factor. If I drive at 200+kph (e.g. 240kph) then consumption explodes. This stu
27.
▲
by
maxwell86
5y ago
I agree that in general most want to integrate new languages with their existing code bases (rust-bindgen automatically generates C bindings, ABI tests, etc. using libclang to access C and C++ from Rust, and for each language there are tool
28.
▲
by
maxwell86
5y ago
I do it every day via fzf on the terminal. That's arguably much better than this because it has full fuzzy searching functionality.
29.
▲
by
maxwell86
5y ago
When you are talking about super chargers, are you extrapolating to the whole planet earth? Or have you actually driven your Tesla across all 5 continents ?
30.
▲
by
maxwell86
5y ago
You can’t drive in a German motorway at 110kph. You’d be in the truck lane at 80kph for your whole trip, having to over take every single truck, of which there are many. So 130kph+ is the minimum unless you are towing.
More ›