Altera_Forum
Honored Contributor
11 years agodouble16 support on Altera
Hi,
Does the currently Altera OpenCL s/w stack support the double16 datatype? The OpenCL 1.0 spec seems to imply that it could be. I'm currently getting errors from the compiler such as : aoc: Environment checks are completed successfully. You are now compiling the full flow!! aoc: Selected target board pcie385n_d5 aoc: Running OpenCL parser.... aoc: OpenCL parser completed successfully. aoc: Compiling.... 0 libLLVM-3.0.so 0x00007f0357c85ddf 1 libLLVM-3.0.so 0x00007f0357c86be7 2 libpthread.so.0 0x000000315240f500 3 libc.so.6 0x00000031520328a5 gsignal + 53 4 libc.so.6 0x0000003152034085 abort + 373 5 libLLVM-3.0.so 0x00007f03570f751c 6 libLLVM-3.0.so 0x00007f0357106ff7 7 libLLVM-3.0.so 0x00007f03570dc468 llvm::FPPassManager::runOnFunction(llvm::Function&) + 520 8 libLLVM-3.0.so 0x00007f03570dc5ab llvm::FPPassManager::runOnModule(llvm::Module&) + 75 9 libLLVM-3.0.so 0x00007f03570dbf78 llvm::MPPassManager::runOnModule(llvm::Module&) + 472 10 libLLVM-3.0.so 0x00007f03570dc135 llvm::PassManagerImpl::run(llvm::Module&) + 165 11 libLLVM-3.0.so 0x00007f03570dc24d llvm::PassManager::run(llvm::Module&) + 13 12 aocl-opt 0x000000000041c0c5 main + 7045 13 libc.so.6 0x000000315201ecdd __libc_start_main + 253 14 aocl-opt 0x000000000040e5e9 Stack dump: 0. Program arguments: <lots of text> 1. Running pass 'Function Pass Manager' on module 'kernel_name_knl.1.bc'. 2. Running pass 'Module Verifier' on function '@kernel_name_ocl_kernel' Error: Optimizer FAILED. Many thanks in advance