Skip to content

Conversation

@AnihilatorGun
Copy link
Collaborator

No description provided.

@codecov
Copy link

codecov bot commented Jan 30, 2025

Codecov Report

Attention: Patch coverage is 94.11765% with 2 lines in your changes missing coverage. Please review.

Project coverage is 77.21%. Comparing base (1aa32ab) to head (6f97f51).
Report is 44 commits behind head on master.

Files with missing lines Patch % Lines
imops/_build_utils.py 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #66      +/-   ##
==========================================
+ Coverage   76.70%   77.21%   +0.50%     
==========================================
  Files          19       20       +1     
  Lines        1391     1422      +31     
  Branches      270      272       +2     
==========================================
+ Hits         1067     1098      +31     
  Misses        308      308              
  Partials       16       16              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

imops/argmax.py Outdated
result = argmax(x, axis=-1)
```
"""
if array.shape[axis] > 256:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why? Is <256 enough?

name = 'imops'
on_windows = platform.system() == 'Windows'
args = ['/openmp' if on_windows else '-fopenmp']
args = ['/openmp' if on_windows else '-fopenmp', '-march=native', '-O3']
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you measure performance diff?

@AnihilatorGun AnihilatorGun merged commit 4543627 into master Apr 14, 2025
12 checks 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.

3 participants