TensorCore.jl
TensorCore.jl copied to clipboard
Lightweight package for sharing tensor-algebra definitions
Bumps [julia-actions/cache](https://github.com/julia-actions/cache) from 1 to 2. Release notes Sourced from julia-actions/cache's releases. v2.0.0 Breaking Changes ⚠️ v2.0.0 requires node20. This is a breaking change, because node20 does not support the...
Bumps [julia-actions/setup-julia](https://github.com/julia-actions/setup-julia) from 1 to 2. Release notes Sourced from julia-actions/setup-julia's releases. v2.0.0 - Update to Node20 What's Changed update to node20 by @ranocha in julia-actions/setup-julia#209 Note the rationale for...
Implements `directsum` (https://en.wikipedia.org/wiki/Matrix_addition#Direct_sum) and unicode operator `⊕`. Currently it is limited to matrices but it could be extended to support multiple dimentsions (similar to the current behavior between `Vector ⊕...
I’m confused on the roll of this package: why not just use ` .* ` (instead of ` hardamard ` ) and ` kron ` (instead of ` tensor `)?
Hi, @mcabbott. I have implemented `boxdot` with `n` neighboring indices, as I mentioned on Discourse. I'm not sure if this aligns with your intended function, but I would appreciate any...
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. Release notes Sourced from actions/cache's releases. v5.0.0 [!IMPORTANT] actions/cache@v5 runs on the Node.js 24 runtime and requires a minimum Actions Runner version of 2.327.1....
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @salmanmkc in actions/checkout#2248 Persist...