Skip to content

Commit a8e4bef

Browse files
committed
Dynamic backward compatibility (apache#54)
We can now build one binary and use across targets Co-authored-by: Siva <quic_sivb@quicinc.com>
1 parent a1a11fb commit a8e4bef

File tree

5 files changed

+289
-236
lines changed

5 files changed

+289
-236
lines changed

src/relay/backend/contrib/clml/codegen.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@
3636

3737
namespace tvm {
3838

39-
constexpr const char* kCLMLTargetVersion =
40-
"relay.ext.clml.target_version";
39+
constexpr const char* kCLMLTargetVersion = "relay.ext.clml.target_version";
4140
TVM_REGISTER_PASS_CONFIG_OPTION(kCLMLTargetVersion, Integer);
4241

4342
namespace relay {

0 commit comments

Comments
 (0)