search for: kaleido

Displaying 2 results from an estimated 2 matches for "kaleido".

2016 Feb 19
2
target triple in 3.8
...Mod->getTargetTriple()))); functionPassManager->add(new llvm::DataLayoutPass()); and then the -basicaa and -loop-vectorizer were able to vectorize the input IR for AVX. Now, with 3.8 that didn't compile. What I do instead is just setting the datalayout to the Module (got that from the Kaleido example). Mod->setDataLayout( targetMachine->createDataLayout() ); I don't add anything to the pass manager anymore, right? Especially I don't set the target triple..?! However, the SIMD size doesn't shine through. The debug output of the loop vectorizer says: LV: Checking a...
2006 Jan 20
7
Wine and Kaleidagraph
...e. After that I have launched (with wine) the Kaleidagraph installation program without any problems. But when I try to run Kaleidagraph It happens something strange: The main windows start perfectly but it disappears suddenly. The console shows the following text: Legazpi:/home/bbus# wine /usr/kaleido/KGraph.exe Invoking /usr/lib/wine/wine.bin /usr/kaleido/KGraph.exe ... fixme:win:WINNLSEnableIME hUnknown1 0x10024 bUnknown2 1: stub! fixme:ole:CoRegisterMessageFilter stub fixme:storage:StgCreateDocfile Transacted mode not implemented. wine: Unhandled exception (thread 0009), starting debugger......