Darien Pardinas

Results 8 comments of Darien Pardinas

Wasm SIMD can be enabled with a compiler flag from what I understand: IF(EMSCRIPTEN) IF(XNNPACK_ENABLE_WASMSIMD) SET_PROPERTY(SOURCE ${PROD_MICROKERNEL_SRCS} APPEND_STRING PROPERTY COMPILE_FLAGS " -msimd128 ") SET_PROPERTY(SOURCE ${ALL_MICROKERNEL_SRCS} APPEND_STRING PROPERTY COMPILE_FLAGS " -msimd128...

> the whole binary will be rejected by WAsm engines which don't support WAsm SIMD aka Safari 🤣 And I don't think wasm works that different to native binaries, all...

I wrote this script until this feature is supported: ```python import base64 import os import sys import mimetypes from xml.dom import minidom def embed_images(svg_file, svg_file_out=None): doc = minidom.parse(svg_file) images =...

I would also love to see this implemented.

Any ETA on this?

Hi @xaverdh, right now I'm in the process of porting all development from a private repo to this public project since I'm still seeing interest in this project. A lot...

You'll need to upload the image to debug it and figure out what's going on. Here I see you are using the same image file path for badge output and...

Any workaround better than trying to parse `.bazelrc` files and decide whether to add the aspect or not?