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

Fix outdated stride logic in GEMM's C implementation #1219

Merged
merged 3 commits into from
Sep 29, 2022

Conversation

brandonwillard
Copy link
Member

@brandonwillard brandonwillard commented Sep 28, 2022

Closes #1220.

It looks like jaxlib has been update and is now required (e.g. here), so this PR reverts the CI version pin, as well.

@brandonwillard brandonwillard added JAX Involves JAX transpilation important labels Sep 28, 2022
rlouf
rlouf previously approved these changes Sep 28, 2022
@brandonwillard brandonwillard linked an issue Sep 29, 2022 that may be closed by this pull request
@brandonwillard brandonwillard self-assigned this Sep 29, 2022
@brandonwillard brandonwillard changed the title Remove temporary jaxlib version restrictions in CI Fix outdated stride logic in GEMM's C implementation Sep 29, 2022
@codecov
Copy link

codecov bot commented Sep 29, 2022

Codecov Report

Merging #1219 (3bf3506) into main (ec82b9f) will decrease coverage by 0.05%.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1219      +/-   ##
==========================================
- Coverage   79.14%   79.09%   -0.06%     
==========================================
  Files         173      173              
  Lines       48486    48486              
  Branches    10966    10966              
==========================================
- Hits        38376    38349      -27     
- Misses       7607     7642      +35     
+ Partials     2503     2495       -8     
Impacted Files Coverage Δ
aesara/tensor/blas.py 79.71% <ø> (ø)
aesara/tensor/sort.py 86.89% <100.00%> (ø)
aesara/link/c/cmodule.py 52.20% <0.00%> (-2.17%) ⬇️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Broken GEMM C implementation when using NumPy >= 1.23
2 participants