Sv. Lockal

Results 59 comments of Sv. Lockal
trafficstars

After your report I've added SPARQL mode, which could be useful for few advanced user. Example url: [Connectivity of the USA states](https://angryloki.github.io/wikidata-graph-builder/?mode=wdqs&wdqs=SELECT%20%3Fitem%20%3FitemLabel%20%3FlinkTo%20%7B%0A%20%20%3Fitem%20wdt:P31%20wd:Q35657%20.%0A%20%20OPTIONAL%20%7B%20%3FlinkTo%20wdt:P47%20%3Fitem%20;%20wdt:P31%20wd:Q35657%20%7D%20.%0A%0A%20%20SERVICE%20wikibase:label%20%7Bbd:serviceParam%20wikibase:language%20%22en%22%20%7D%0A%7D). With sparql it should not be difficult for...

@Qix- , thank you for your fork, it is actually exactly what I needed! I've integrated your version into [Wikidata Graph Builder](https://github.com/AngryLoki/wikidata-graph-builder) ([example graph](https://angryloki.github.io/wikidata-graph-builder?property=P279&item=Q3076841&graph_direction=down)). This graph is fully computed inside...

[amd/blis](https://github.com/amd/blis) fork adds [aocl_gemm addon](https://github.com/amd/blis/tree/master/addon/aocl_gemm), that adds bf16 support to gemm for BF16-capable CPUs and sequence of functions for s8-u8 gemm for VNNI-capable CPUs. Additionally it adds support of ReLU/GeLU/Downscale/CLIP...

@jgong5 , could you elaborate, please, what exactly works better in MKL? When I checked bf16 and f32 gemm, performance was very similar between these libraries. Sometimes not just similar,...

https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0035r4.html describes the change in C++17. To put it very simply, for modules compiled in C++17 mode, if structures have aligned fields, the compiler will choose the more appropriate overloaded...

@jingxu10 Python 3.11.8 and flake8==3.8.2 (current version) has no complains Details ``` python scripts/tools/setup/flake8.py All done! ✨ 🍰 ✨ 1 file left unchanged. status code: 0 All done! ✨ 🍰...

> I also ran into some AVX512 FP16 build issues due to invalid conversions from c10::Half to _Float16 (we are building with GCC 13.2 on modern enough Xeons), but I'll...

@DarkDefender , `std::fmaf(...)` inside `madd` solves the issue with `gcc -ffp-contract=off` (also you can remove `OIIO_CLANG_PRAGMA(clang fp contract(fast))` there; it is not needed with `std::fmaf`). I don't see any issues...

I suppose this is not a problem anymore, as it does not use angular anymore.

@OnlineCop , sorry if my explanation was not clear. I definitely know about "Change delimiter" dropdown. However, it **requires** to select some value. Below is a correct regular expression for...