issues
search
aai-institute
/
continuiti
Learning function operators with neural networks.
GNU Lesser General Public License v3.0
25
stars
3
forks
source link
Feature: Run Flame benchmark on multiple GPUs
#113
Closed
samuelburbulla
closed
8 months ago
samuelburbulla
commented
8 months ago
Feature: Run Flame benchmark on multiple GPUs
Description
Which issue does this PR tackle?
Run script for Flame benchmark is missing.
We haven't really tested larger scale training yet.
How does it solve the problem?
Setup run script for Flame benchmark.
Fixes some issues with multiple GPUS.
Add
device
attribute to Operator.
How are the changes tested?
Existing tests.
Checklist for Contributors
[x] Scope: This PR tackles exactly one problem.
[x] Conventions: The branch follows the
feature/title-slug
convention.
[x] Conventions: The PR title follows the
Bugfix: Title
convention.
[x] Coding style: The code passes all pre-commit hooks.
[x] Documentation: All changes are well-documented.
[x] Tests: New features are tested and all tests pass successfully.
[x] Changelog: Updated CHANGELOG.md for new features or breaking changes.
[x] Review: A suitable reviewer has been assigned.
Checklist for Reviewers:
[x] The PR solves the issue it claims to solve and only this one.
[x] Changes are tested sufficiently and all tests pass.
[x] Documentation is complete and well-written.
[x] Changelog has been updated, if necessary.
Feature: Run Flame benchmark on multiple GPUs
Description
Which issue does this PR tackle?
How does it solve the problem?
device
attribute to Operator.How are the changes tested?
Checklist for Contributors
feature/title-slug
convention.Bugfix: Title
convention.Checklist for Reviewers: