Skip to content

Commit fca818b

Browse files
vmustyapszymich
authored andcommitted
Update CM frontend interface header
.
1 parent 1d5dc82 commit fca818b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

IGC/CMFE/AdaptorCM/Interface.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*========================== begin_copyright_notice ============================
22
3-
Copyright (C) 2019-2021 Intel Corporation
3+
Copyright (C) 2019-2022 Intel Corporation
44
55
SPDX-License-Identifier: MIT
66
@@ -59,8 +59,8 @@ struct IDriverInvocation {
5959

6060
enum class InputTypeT { SourceCM, LLVM_IR, SPIRV, NONE, OTHER };
6161
enum class OutputTypeT { S, SPIRV, LLVM_IR, LLVM_BC, PREPROC, OTHER };
62-
enum class TargetRuntimeT { CM, OCL, L0 };
63-
enum class BinaryFormatT { CM, OCL, ZE };
62+
enum class TargetRuntimeT { OCL, L0 };
63+
enum class BinaryFormatT { DEFAULT, OCL, ZE };
6464

6565
virtual const SeqStrT& getFEArgs() const = 0;
6666
virtual const SeqStrT& getBEArgs() const = 0;

0 commit comments

Comments
 (0)