We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a7b4b7 commit 80a8e4aCopy full SHA for 80a8e4a
include/cudnn_frontend/graph_interface.h
@@ -279,9 +279,11 @@ class Graph : public ICudnn, public INode {
279
}
280
281
if (attributes.implementation == AttentionImplementation_t::AUTO) {
282
+ // Temporary WAR to not choose UNIFIED for now.
283
+ attributes.implementation = AttentionImplementation_t::COMPOSITE;
284
// Sets attributes.implementation to a supporting implementation,
285
// or leaves as AUTO if none found
- attributes._auto_select_implementation(context);
286
+ // attributes._auto_select_implementation(context);
287
288
289
switch (attributes.implementation) {
0 commit comments