TensorOperationsTBLIS
Julia wrapper for TBLIS with TensorOperations.jl
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.5%) to scientific vocabulary
Keywords
Repository
Julia wrapper for TBLIS with TensorOperations.jl
Basic Info
Statistics
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
- Releases: 5
Topics
Metadata Files
README.md
TensorOperationsTBLIS.jl
Julia wrapper for TBLIS with TensorOperations.jl.
Currently provides implementations of tensorcontract!, tensoradd! and tensortrace! for array types compatible with Strided.jl, i.e. StridedView{<:BlasFloat}.
These can be accessed through the backend system of TensorOperations, i.e.
```julia using TensorOperations using TensorOperationsTBLIS
tblisbackend = TBLIS() α = randn() A = randn(5, 5, 5, 5, 5, 5) B = randn(5, 5, 5) C = randn(5, 5, 5) D = zeros(5, 5, 5)
@tensor backend = tblisbackend begin D2[a, b, c] = A[a, e, f, c, f, g] * B[g, b, e] + α * C[c, a, b] E2[a, b, c] := A[a, e, f, c, f, g] * B[g, b, e] + α * C[c, a, b] end ```
Additionally, the number of threads used by TBLIS can be set by:
julia
TensorOperationsTBLIS.set_num_threads(4)
@show TensorOperationsTBLIS.get_num_threads()
Notes
- This implementation of TBLIS for TensorOperations.jl is only supported from v5 of TensorOperations.jl onwards. For v4, an earlier version of this package exists. For older versions, you could look for BliContractor.jl or TBLIS.jl.
Owner
- Name: QuantumKitHub
- Login: QuantumKitHub
- Kind: organization
- Repositories: 1
- Profile: https://github.com/QuantumKitHub
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - family-names: "Devos" given-names: "Lukas" orcid: "https://orcid.org/0000-0002-0256-4200" title: "TensorOperationsTBLIS" version: 0.2.0 doi: 10.5281/zenodo.13234879 date-released: 2024-06-15 url: "https://github.com/lkdvos/TensorOperationsTBLIS.jl"
GitHub Events
Total
- Create event: 4
- Commit comment event: 3
- Release event: 1
- Delete event: 2
- Issue comment event: 3
- Push event: 12
- Pull request review comment event: 18
- Pull request review event: 8
- Pull request event: 5
Last Year
- Create event: 4
- Commit comment event: 3
- Release event: 1
- Delete event: 2
- Issue comment event: 3
- Push event: 12
- Pull request review comment event: 18
- Pull request review event: 8
- Pull request event: 5
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 0
- Total pull requests: 2
- Average time to close issues: N/A
- Average time to close pull requests: about 2 months
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.5
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 2
Past Year
- Issues: 0
- Pull requests: 2
- Average time to close issues: N/A
- Average time to close pull requests: about 2 months
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.5
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 2
Top Authors
Issue Authors
Pull Request Authors
- dependabot[bot] (2)
- Jutho (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- julia 1 total
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 4
juliahub.com: TensorOperationsTBLIS
Julia wrapper for TBLIS with TensorOperations.jl
- Documentation: https://docs.juliahub.com/General/TensorOperationsTBLIS/stable/
- License: MIT
-
Latest release: 0.3.0
published over 1 year ago
Rankings
Dependencies
- julia-actions/setup-julia v1 composite
- JuliaRegistries/TagBot v1 composite
- actions/checkout v2 composite
- codecov/codecov-action v1 composite
- julia-actions/julia-buildpkg latest composite
- julia-actions/julia-processcoverage v1 composite
- julia-actions/julia-runtest latest composite
- julia-actions/setup-julia v1 composite
- actions/checkout v2 composite
- codecov/codecov-action v1 composite
- julia-actions/julia-buildpkg latest composite
- julia-actions/julia-processcoverage v1 composite
- julia-actions/julia-runtest latest composite
- julia-actions/setup-julia v1 composite
- actions/checkout v1 composite
- julia-actions/setup-julia latest composite