Daniël de Kok
Daniël de Kok
> But with this as `SparseLinear_v2` I'm not sure where that would happen? I am not sure I follow? There may be existing uses for `SparseLinear`/`SparseLinear_v1` out there with lengths...
> Ah, I thought more was redefined than actually is. I think it would be clearer to call it something like `v1_indexing`. Changed the name to `v1_indexing`.
> You'll need to merge in the latest from `master` to avoid the CI failure with the macOS 10.15 environment. Merged.
You can also do this without going through NumPy by associating the tensors with a stub module, converting that module to TorchScript, but then only saving the parameters associated with...
I have added back `spacy.TransitionParser.v2` and (besides adding it to the tests) tried training a model from a configuration generated using [the quickstart](https://spacy.io/usage/training#quickstart). `spacy.TransitionParser.v1` lives in `spacy-legacy`, so I think...
> @danieldk what BLIS version/commit are you using? Version `0.9.0` (14c86f66b20901b60ee276da355c1b62642c18d2), but `master` (I tested 56772892450cc92b3fbd6a9d0460153a43fc47ab) has the same issue. > Also, can you please post a minimal reproducer? I...
> Sorry it took so long to apply the fix to this bug. No worries, thanks to you and @BhaskarNallani for fixing this! For the last spaCy release, we have...
I was doing another sweep test, since we are still encountering issues in Windows CI. I am not sure if this is caused by ASAN tooling, but this error is...
Nevermind, this is probably more related to ASAN. This was with clang, gcc 12.1.1 refuses to compile with ASAN: ``` In file included from kernels/haswell/3/sup/bli_gemmsup_rd_haswell_asm_s6x16m.c:39: kernels/haswell/3/sup/bli_gemmsup_rd_haswell_asm_s6x16m.c: In function 'bli_sgemmsup_rd_haswell_asm_6x12m': ./frame/include/bli_x86_asm_macros.h:102:21:...
> @danieldk So is this not something we need to look into for now? No, sorry for the noise. But I think we are still hitting access violation error on...