Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement] SIMD Extension for CPUTensor #86

Merged
merged 39 commits into from
Aug 18, 2023
Merged

[Enhancement] SIMD Extension for CPUTensor #86

merged 39 commits into from
Aug 18, 2023

Conversation

hikettei
Copy link
Owner

[Enhancement] Added SIMD Extension for CPUTensor

Now it's available by using running $ make build_simd_extension.

─────[All Backends Tree]──────────────────────────────────────────────────

[*]CPUTENSOR: OpenBLAS=available *simd-extension-p*=available
    └[-]JITCPUTENSOR: compiler=gcc flags=(-fPIC -O3 -march=native) viz=NIL

[*]LISPTENSOR: Common Lisp implementation on matrix operations
    └[-]JITLISPTENSOR: To be deleted in the future release. do not use this.

[-]SCALARTENSOR: is a special tensor for representing scalar values.
    └[-]JITCPUSCALARTENSOR: Use with JITCPUTensor

([*] : in use, [-] : not in use.)
Add a current-backend-state method to display the status.
─────[*using-backend*]───────────────────────────────────────────────────

Priority: Higher <───────────────────>Lower
                  CPUTENSOR LISPTENSOR 

(use with-devices macro or set-devices-toplevel function to change this parameter.)

*simd-extension-p*=available indicates SIMD Extension is working correctly.

[Refactor] Moved the definition of im2colnode, col2imnode

they're moved into the cl-waffe2/base-impl package.

TODO

SLEEF Backend, Sparse Gemm, Data Casting Supports.

@hikettei hikettei merged commit fc41137 into master Aug 18, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant