Skip to content

Fix CUTLASS local work driver setup#213

Open
awvwgk wants to merge 1 commit into
wavefunction91:masterfrom
awvwgk:cutlass
Open

Fix CUTLASS local work driver setup#213
awvwgk wants to merge 1 commit into
wavefunction91:masterfrom
awvwgk:cutlass

Conversation

@awvwgk

@awvwgk awvwgk commented Jun 8, 2026

Copy link
Copy Markdown
Collaborator

See #206

Coauthored-by: "Thomas D. Kuehne" <tkuehne@cp2k.org>
@awvwgk awvwgk requested a review from wavefunction91 June 8, 2026 11:58
@awvwgk awvwgk self-assigned this Jun 8, 2026
Comment thread cmake/gauxc-exchcxx.cmake

FetchContent_MakeAvailable( exchcxx )

if( CMAKE_POSITION_INDEPENDENT_CODE AND TARGET exchcxx )

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm fine with this in principle, but can you point to the point where this caused an error for the current bug fix? This applies to the other instance as well.

#endif

namespace GauXC {
namespace {

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please done use anonymous namespaces. "detail" would be appropriate here.

namespace GauXC {
namespace {

void trim_and_uppercase(std::string& name) {

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since this is only used once, I don't see the value in adding the helper function.

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.

2 participants