[CK_BUILDER] fixes (#3222)

* ck-builder: some miscellaneous fixes
* ck-builder: fix InstanceSet.FromFactory test

The exact syntax that the instance string functionality
returns has changed. This commit updates the test to expect
the right string.
This commit is contained in:
Robin Voetter
2025-11-19 18:05:25 +01:00
committed by GitHub
parent 9837ba5af2
commit 7fe7aa76f5
4 changed files with 7 additions and 5 deletions

View File

@@ -14,6 +14,7 @@
#pragma once
#include "instance_traits.hpp"
#include "instance_traits_util.hpp"
// Forward declaration to avoid circular dependency.
namespace ck::tensor_operation::device {

View File

@@ -14,6 +14,7 @@
#pragma once
#include "instance_traits.hpp"
#include "instance_traits_util.hpp"
// Forward declaration to avoid circular dependency.
namespace ck::tensor_operation::device {