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

Fixed critical bugs for samples larger than n=300; Improved useability #8

Merged
merged 15 commits into from
Jan 20, 2015

Commits on Jan 17, 2015

  1. Tims updates to

    1) No longer allocated device memory for Phi (used for logistic regression) and for the residuals. This saves quite a bit of memory.
    2) Increase the number of subjects allowed to 2000.  (I will change this so it is no longer constant later).
    This has been tested with 956 subjects 15 covariates, requiring 1565 MB of device (GPU) memory (out of K20c's 4799 MB); 2000 subjects should be feasible.
    
    Note max # covariates is 20.
    Max # subjects now 2000—which should take up less than 3300MB of device Memory w/15 covariates.
    nicholst committed Jan 17, 2015
    Configuration menu
    Copy the full SHA
    509efde View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2015

  1. Configuration menu
    Copy the full SHA
    383f674 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63c0a75 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2015

  1. fix bug in SAVE_ITER (must never be zero)

    Bernd Taschler committed Jan 20, 2015
    Configuration menu
    Copy the full SHA
    232a38b View commit details
    Browse the repository at this point in the history
  2. synchronise with changes I made on goldfinch

    Bernd Taschler committed Jan 20, 2015
    Configuration menu
    Copy the full SHA
    a02d98a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b77a38 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'BigN' of git://github.com/bathybicBee/BSGLMM-1 into bat…

    …hybicBee-BigN
    
    Conflicts:
    	bsglmm/main.cu
    nicholst committed Jan 20, 2015
    Configuration menu
    Copy the full SHA
    e2eebf8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    734c34d View commit details
    Browse the repository at this point in the history
  6. Merge branch 'bathybicBee-BigN' into BigN

    ...Bernds edits into BigN
    nicholst committed Jan 20, 2015
    Configuration menu
    Copy the full SHA
    eef7c0c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7ff8402 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    637d02a View commit details
    Browse the repository at this point in the history
  9. More CRLF nightmares

    nicholst committed Jan 20, 2015
    Configuration menu
    Copy the full SHA
    9c720bf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    667f850 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bd62a53 View commit details
    Browse the repository at this point in the history
  12. Missing semicolons!

    nicholst committed Jan 20, 2015
    Configuration menu
    Copy the full SHA
    59f42bb View commit details
    Browse the repository at this point in the history