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

GPUify the BarotropicQG module #38

Merged
merged 13 commits into from
Jan 16, 2020
Merged

GPUify the BarotropicQG module #38

merged 13 commits into from
Jan 16, 2020

Commits on Sep 1, 2019

  1. Configuration menu
    Copy the full SHA
    1db6f87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e635174 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2020

  1. Configuration menu
    Copy the full SHA
    0bc2e28 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2020

  1. Configuration menu
    Copy the full SHA
    6025a11 View commit details
    Browse the repository at this point in the history
  2. removes Manifest.toml

    navidcy committed Jan 2, 2020
    Configuration menu
    Copy the full SHA
    eb797ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b96ce7 View commit details
    Browse the repository at this point in the history
  4. fixes bug related with CuArrays.jl update

    typeof(array) != ArrayType(dev, T, 2) was too strict since this was true even when array was a CuArray; changed to !(typeof(array)<:ArrayType(dev))
    navidcy committed Jan 2, 2020
    Configuration menu
    Copy the full SHA
    b0f1b1d View commit details
    Browse the repository at this point in the history
  5. restricts FFTW up to v1.1

    navidcy committed Jan 2, 2020
    Configuration menu
    Copy the full SHA
    c6d8610 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2020

  1. Configuration menu
    Copy the full SHA
    1a2cf00 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2020

  1. Configuration menu
    Copy the full SHA
    7d9ad6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c624a44 View commit details
    Browse the repository at this point in the history
  3. fix type instability problem

    navidcy committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    94f81f1 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2020

  1. order deps alphabetical

    navidcy committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    c5d1bd8 View commit details
    Browse the repository at this point in the history