Live data from Hacker News

Zero-Copy GPU Inference from WebAssembly on Apple Silicon

abacusnoir.com

1–10 of 59 posts

Re: Zero-Copy GPU Inference from WebAssembly on Apple Silicon

#3
> on Apple Silicon, a WebAssembly module's linear memory can be shared directly with the GPU: no copies, no serialization, no intermediate buffers

enhance

> no copies, no serialization, no intermediate buffers

would it kill people to write their own stuff why are we doing this. out of all the things people immediately cede to AI they cede their human ability to communicate and convey/share ideas. this timeline is bonkers.

Re: Zero-Copy GPU Inference from WebAssembly on Apple Silicon

#4
post #3

> on Apple Silicon, a WebAssembly module's linear memory can be shared directly with the GPU: no copies, no serialization, no intermediate buffers enhance > no copies, no serialization, no intermediate buffers would it kill people to write their own stuff why are we doing this. out of all the things people immediately cede to AI they cede their human ability to communicate and convey/share ideas. this timeline is bon…

This sort of obvious pattern is an instant AI dead give-away that I keep on seeing in hundreds of blogs and code posted on this site:

   "Here is X - it makes Y"

   "That's not X, it's Y."

   "...no this, no that, no X, no Y."
Another way of telling via code is by deducing the experience of the author if they became an expert of a different language since...yesterday.

There will be a time where it will be problematic for those who over-rely on AI and will struggle on on-site interviews with whiteboard tests.

Re: Zero-Copy GPU Inference from WebAssembly on Apple Silicon

#6
post #4
post #3

> on Apple Silicon, a WebAssembly module's linear memory can be shared directly with the GPU: no copies, no serialization, no intermediate buffers enhance > no copies, no serialization, no intermediate buffers would it kill people to write their own stuff why are we doing this. out of all the things people immediately cede to AI they cede their human ability to communicate and convey/share ideas. this timeline is bon…

This sort of obvious pattern is an instant AI dead give-away that I keep on seeing in hundreds of blogs and code posted on this site: "Here is X - it makes Y" "That's not X, it's Y." "...no this, no that, no X, no Y." Another way of telling via code is by deducing the experience of the author if they became an expert of a different language since...yesterday. There will be a time where it will be problematic for thos…

I think the days of on-site interviews with whiteboard tests may be drawing to a close faster than you suspect

Re: Zero-Copy GPU Inference from WebAssembly on Apple Silicon

#8
post #4

Earlier quoted context omitted.

This sort of obvious pattern is an instant AI dead give-away that I keep on seeing in hundreds of blogs and code posted on this site: "Here is X - it makes Y" "That's not X, it's Y." "...no this, no that, no X, no Y." Another way of telling via code is by deducing the experience of the author if they became an expert of a different language since...yesterday. There will be a time where it will be problematic for thos…

I think the days of on-site interviews with whiteboard tests may be drawing to a close faster than you suspect

I also think we will never go back to good old days.

Re: Zero-Copy GPU Inference from WebAssembly on Apple Silicon

#9
post #7
post #5

Earlier quoted context omitted.

Why would it not work in a browser?

it would be hard to share the same memory location with gpu, right ?

If the browser supported it it could expose it via a buffer view or something, but that'd be quite the security surface area one would think.
Post reply on HN