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

[Dummy] Slow down some functions intentionally for testing benchmarking tools #516

Closed
wants to merge 3 commits into from
Closed

[Dummy] Slow down some functions intentionally for testing benchmarking tools #516

wants to merge 3 commits into from

Conversation

skyleaworlder
Copy link
Contributor

PR Checklist

  • Tests are added
  • Documentation, if applicable

Description

[NO MERGE] This PR is created to get through the whole process of FluxMLBenchmarks.jl in PR sceniro.

In this PR, I slowed down relu and softmax:

julia> @btime relu(4.0)
  1.589 ns (0 allocations: 0 bytes)
4.0

julia> # after slowing down

julia> @btime relu(4.0)
  2.844 ns (0 allocations: 0 bytes)
4.0

@skyleaworlder skyleaworlder changed the base branch from backports-0.8.21 to master August 4, 2023 13:22
@darsnack darsnack closed this Aug 4, 2023
@darsnack darsnack reopened this Aug 4, 2023
@darsnack darsnack added the benchmark Run automated benchmarks on CI label Aug 4, 2023
@darsnack darsnack closed this Aug 4, 2023
@darsnack darsnack reopened this Aug 4, 2023
@skyleaworlder skyleaworlder changed the base branch from master to backports-0.8.21 August 4, 2023 14:48
@skyleaworlder skyleaworlder changed the base branch from backports-0.8.21 to master August 4, 2023 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
benchmark Run automated benchmarks on CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants