P4 to Git Change 1123331 by bsumner@bsumner-lin-opencl on 2015/02/18 20:59:50
ECR #304775 - Carrizo has full rate 32-bit FMA
Affected files ...
... //depot/stg/opencl/drivers/opencl/compiler/lib/backends/common/linker.cpp#118 edit
[ROCm/clr commit: a5c154d140]
Этот коммит содержится в:
@@ -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);
|
||||
|
||||
Ссылка в новой задаче
Block a user