[go: nahoru, domu]

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

Use static parameters for indexing in DSS #1895

Closed
charleskawczynski opened this issue Jul 22, 2024 · 1 comment
Closed

Use static parameters for indexing in DSS #1895

charleskawczynski opened this issue Jul 22, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request GPU

Comments

@charleskawczynski
Copy link
Member
charleskawczynski commented Jul 22, 2024

In similar light of #1894, we should use statically passed parameters in DSS. For example, in:

    if gidx  nlevels * nfidx * nghostvertices
        sizev = (nlevels, nfidx, nghostvertices)
        (level, fidx, vertexid) = cart_ind(sizev, gidx).I

nlevels, nfidx, and nghostvertices should be passed through the type domain.

@charleskawczynski charleskawczynski added enhancement New feature or request GPU labels Jul 22, 2024
@charleskawczynski charleskawczynski self-assigned this Jul 22, 2024
@charleskawczynski
Copy link
Member Author

Closed by #1934

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request GPU
Projects
None yet
Development

No branches or pull requests

1 participant