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

Improve RRTMGP.jl performance #424

Open
simonbyrne opened this issue Jan 11, 2024 · 13 comments · Fixed by #433, #432, #430, #429 or #428
Open

Improve RRTMGP.jl performance #424

simonbyrne opened this issue Jan 11, 2024 · 13 comments · Fixed by #433, #432, #430, #429 or #428
Assignees

Comments

@simonbyrne
Copy link
Member

TODO: set target?

@sriharshakandala
Copy link
Member

sriharshakandala commented Jan 11, 2024

Targets for all-sky problem:
RRTMGP shortwave solve time on (1) V100 for 131,658 cols at 0.98 sec
RRTMGP longwave solve time on (1) V100 for 131,658 cols at 0.85 sec
These targets needs to be adjusted appropriately for P100 and A100 GPUs

@sriharshakandala
Copy link
Member

sriharshakandala commented Jan 11, 2024

Current status:
We are currently at 1.05 sec for the shortwave solver with 131,658 cols on a A100 GPU

@sriharshakandala
Copy link
Member

sriharshakandala commented Feb 15, 2024

Update OneScalar and TwoStream structs #434

@sriharshakandala
Copy link
Member

sriharshakandala commented Feb 15, 2024

Restructure Source structs #436

@sriharshakandala
Copy link
Member

sriharshakandala commented Feb 15, 2024

Simplify type parameters for AtmosphericState #437

@sriharshakandala
Copy link
Member

sriharshakandala commented Feb 15, 2024

Always inline and remove use of StepRange #438

@sriharshakandala
Copy link
Member

sriharshakandala commented Feb 15, 2024

Restructure LookUpCld to reduce metadata size #442

@sriharshakandala
Copy link
Member

Ease register pressure in GasOptics.jl #443

@sriharshakandala
Copy link
Member

Split shortwave optics function #445

@sriharshakandala
Copy link
Member

sriharshakandala commented Feb 15, 2024

Restructure LookUp tables #449

@sriharshakandala
Copy link
Member

Add lower bound for cumulative optical thickness #448

@sriharshakandala
Copy link
Member

sriharshakandala commented Feb 22, 2024

Remove inferable fields from AtmosphericStates #453

@sriharshakandala
Copy link
Member

Add CloudState #454

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment