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

feature request: prevent fprettify from separating <<<,>>> #124

Open
edoyango opened this issue Jun 11, 2022 · 0 comments · May be fixed by #162
Open

feature request: prevent fprettify from separating <<<,>>> #124

edoyango opened this issue Jun 11, 2022 · 0 comments · May be fixed by #162
Labels
enhancement Enhancement to existing feature

Comments

@edoyango
Copy link

cuda fortran makes use of multiple chevrons to indicate kernel launch configurations. fprettify seperates these chevrons. Example:

before fprettify:
call example_subroutine<<<32,32>>>(arg1, arg2, arg3)
after fprettify:
call example_subroutine < < < 32, 32 > > > (arg1, arg2, arg3)

Can the minimal spacing of the consecutive chevron's be maintained by fprettify?

@edoyango edoyango changed the title feature request: prevent fprettify from removing separating <<<,>>> feature request: prevent fprettify from separating <<<,>>> Jun 11, 2022
@pseewald pseewald added the enhancement Enhancement to existing feature label Aug 30, 2022
@JamieJQuinn JamieJQuinn linked a pull request Feb 8, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement to existing feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants