diff --git a/projects/clr/rocclr/compiler/lib/backends/common/linker.cpp b/projects/clr/rocclr/compiler/lib/backends/common/linker.cpp index 60be53aeba..98b154039b 100644 --- a/projects/clr/rocclr/compiler/lib/backends/common/linker.cpp +++ b/projects/clr/rocclr/compiler/lib/backends/common/linker.cpp @@ -582,7 +582,8 @@ void amdcl::OCLLinker::createASICIDFunctions(llvm::Module* module) chip == "Cypress" || chip == "Cayman" || chip == "Tahiti" - || chip == "Hawaii", + || chip == "Hawaii" + || chip == "Carrizo", module); createConstIntFunc("__amdil_have_bitalign", !!(features & F_EG_BASE), module); createConstIntFunc("__amdil_is_cypress", chip == "Cypress", module);