Displaying 3 results from an estimated 3 matches for "ccwang".
Did you mean:
cwang
2013 Feb 22
0
[LLVMdev] An error:Pass 'Runtime Evaluation' is not initialized
...but when i run it with command: './Release+Asserts/bin/opt -load ./Release+Asserts/lib/LLVMRuntimeEval.so -Eval < code2.bc',
i meet an error:
Pass 'HSA Supported Runtime Evaluation' is not initialized.
Verify if there is a pass dependency cycle.
Required Passes:
opt: /home/ccwang/software/LLVM/LLVM3.2/llvm-3.2.src/lib/VMCore/PassManager.cpp:616: void llvm::PMTopLevelManager::schedulePass(llvm::Pass*): Assertion `PI && "Expected required passes to be initialized"' failed.
0 opt 0x00000000011a649f
1 opt 0x00000000011a69c9
2 lib...
2013 Mar 12
0
[LLVMdev] how to use SET_DEBUG_TYPE("foo") macro?
hi,all:
I am trying to add SET_DEBUG_TYPE("foo")macro into my code, but when i compiled it, i got an error :
error: expected constructor, destructor, or type conversion before ‘(’ token
I suppose this macro can not be identified.
If anyone can give me some advise?
thanks,
ccwang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130312/75282620/attachment.html>
2004 Mar 12
1
Sustainable transfer rate with Samba
We have a customer who requires us to use SAMBA to transfer large amount
of data with sustainable transfer rate of 30Mbits/s.
Both server and client is Linux machine. We already tried to set the
SENDBUF and RECVBUF to 64K and IPTOS_LOWDELAY but the best we could get
is about 5Mbits/s.
After reviewing the Ethereal trace, it is clear that the client only
request 4096 byte of data per read request