Skip to content

Conversation

@wavefunction91
Copy link
Owner

  1. Fixes bug in host integrator when subsequent calls to eval_exc_vxc with the same inputs yielded incorrect outputs. The weights were being modified twice
  2. Fixes two bugs in CUDA integrator:
  • Frees up CUDA memory once integration is done to avoid large persistent allocations of device memory between integrator calls
  • Deduces CUDA stack based on available memory, not total memory

Closes #8

@wavefunction91 wavefunction91 merged commit ea7305f into master Sep 29, 2020
@wavefunction91 wavefunction91 added the bug Something isn't working label Sep 29, 2020
@wavefunction91 wavefunction91 deleted the bug-fix/integrator_state_persistence branch September 29, 2020 01:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

GauXC::XCIntegrator<MatrixType>::eval_exc_vxc gives different results with same input

2 participants