Johnnie Birch

Results 83 comments of Johnnie Birch

Showing that something could be theoretically fingerprintable is one thing, but having it be a practical concern I think is a different and separate question. There are so many explicit...

The implications of discovery though imply that there is some understanding here amongst us of what that would look like for relaxed-simd. Is what that really looks like understood here...

@Maratyszcza I see, thanks. So nothing explicit to help out the developer would be provided to them. The privacy concern is born from the fact that developers could mine for...

@lars-t-hansen @ngzhian I do like the idea of sort of a post mortem of problematic rejected SIMD lowerings that possibly could be mitigated here. That said I wonder about relaxed...

This instruction is straightforward and was used as an example motivator for the relaxed-simd proposal itself. One question that comes to mind though is the mechanism for enabling? I think...

Yes, so then you could have a module that has both swizzle and relaxed swizzle instructions? What I am wondering then is if I am writing code in C that...

Yes, a flag makes sense. In fact I imagine with the proper dependence analysis the compiler could figure out if it is safe to use the relaxed version of an...

@andrew .. In general I suggested providing the parameter of the target (CPU, GPU, TPU) as a hint to the implementation but that hint parameter would not being specific or...

@rahulchaphalkar When I tried to run this, I got this error: "[setupvars.sh] ERROR: Unsupported Python version. Please install one of Python 3.6 - 3.9 (64-bit) from https://www.python.org/downloads/" This is coming...

@abrown 😢. The renaming definitely exposes this. It was coded to be the same basename as the wasm file (benchmark.wasm) and be minimally invasive into some of the other logic,...