Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct #20054-D errors found when compiling on ARM
The nvcc compiler on ARM is more stringent and detects incorrect shared memory usage in kernels. The static shared memory approach only works with default constructor types. So we update `PathElement` to properly follow default construction rules.
- Loading branch information