Skip to content

Comments

[Scheme] Improve matmul performance with Chez Scheme v10#77

Open
ararslan wants to merge 1 commit intoattractivechaos:masterfrom
ararslan:aa/chez-10
Open

[Scheme] Improve matmul performance with Chez Scheme v10#77
ararslan wants to merge 1 commit intoattractivechaos:masterfrom
ararslan:aa/chez-10

Conversation

@ararslan
Copy link
Contributor

Chez Scheme v10.0.0, released 2024-02-06, introduced explicit floating point vector operations analogous to the existing functions for integer vectors. Using these in place of the corresponding generic vector functions improves matmul performance considerably in my local testing.

I didn't test whether the unmodified nqueen performance changes under Chez 10 but it would be worth rerunning that as well.

Chez Scheme v10.0.0, released 2024-02-06, introduced explicit floating
point vector operations analogous to the existing functions for integer
vectors. Using these in place of the corresponding generic vector
functions improves matmul performance considerably in my local testing.
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