Skip to content

Add support for vmapped linesearch in Newton-Raphson solver. - #2353

Open
copybara-service[bot] wants to merge 1 commit into
mainfrom
test_962100894
Open

Add support for vmapped linesearch in Newton-Raphson solver.#2353
copybara-service[bot] wants to merge 1 commit into
mainfrom
test_962100894

Conversation

@copybara-service

Copy link
Copy Markdown

Add support for vmapped linesearch in Newton-Raphson solver.

Evaluating multiple linesearch step sizes sequentially using a while loop is slow on GPU. Vmapping the linesearch allows evaluating multiple trial step sizes in parallel, which has near-zero overhead on GPU and improves performance when backtracking occurs.

Evaluating multiple linesearch step sizes sequentially using a while loop is slow on GPU. Vmapping the linesearch allows evaluating multiple trial step sizes in parallel, which has near-zero overhead on GPU and improves performance when backtracking occurs.

PiperOrigin-RevId: 962100894
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant