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

Bugfixes for nag #119

Merged
merged 7 commits into from
Feb 6, 2024
Merged

Bugfixes for nag #119

merged 7 commits into from
Feb 6, 2024

Commits on Feb 1, 2024

  1. Add dummy argument to type bound procedure, function_name for

    types `activation_strategy_t`, `swish_t`, `relu_t`, `sigmoid_t` in
    order to keep the elemental keyword.
    ktras committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    62e4230 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5d1f88 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d64a4d3 View commit details
    Browse the repository at this point in the history
  4. Remove pure keyword from procedures

    `differentiable_activation_strategy` and
    `trainable_engine%to_inference_engine` because they contain
    logic that is not allowed in pure procedures.
    ktras committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    1c5bb88 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d487c3f View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    942a4c2 View commit details
    Browse the repository at this point in the history
  2. Wrap all random_init calls with directives so they don't execute

    when compiling with nagfor. These directives should be removed
    when, as expected, nagfor provides support for `random_init` in
    an upcoming version.
    ktras committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    d62f97f View commit details
    Browse the repository at this point in the history