search for: mphil

Displaying 19 results from an estimated 19 matches for "mphil".

Did you mean: phil
2019 Jun 30
2
Information Loss of Array Type in Function Interface in IR Generated by Clang
...r way to let Clang do so. What I am considering is how to let the generated IR looks like below, which some tools realize: define dso_local i32 @_Z1fPii([51 x i32]* %A, i32 %x) local_unnamed_addr #0 !dbg !7 { entry: ... } Best regards, ------------------------------------------ Tingyuan LIANG MPhil Student Department of Electronic and Computer Engineering The Hong Kong University of Science and Technology ________________________________ From: David Blaikie <dblaikie at gmail.com> Sent: Sunday, June 30, 2019 1:40 PM To: Tingyuan LIANG Cc: llvm-dev at lists.llvm.org Subject: Re: [llvm-de...
2019 Jun 30
2
Information Loss of Array Type in Function Interface in IR Generated by Clang
...xpression()), !dbg !16 %idxprom = sext i32 %x to i64, !dbg !17 %arrayidx = getelementptr inbounds i32, i32* %A, i64 %idxprom, !dbg !17 %0 = load i32, i32* %arrayidx, align 4, !dbg !17, !tbaa !18 ret i32 %0, !dbg !22 } Best regards, ------------------------------------------ Tingyuan LIANG MPhil Student Department of Electronic and Computer Engineering The Hong Kong University of Science and Technology -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190630/c228ad67/attachment.html>
2019 Jan 31
4
Confusing ERROR with LoopAccessLegacyAnalysis: Pass 'Unnamed pass: implement Pass::getPassName()' is not initialized.
...n. It seems that the problem is caused by "LoopAccessLegacyAnalysis", since I have not faced this problem with other passes. I am wondering how I can fix this situation. Thanks a lot for your time and suggestions! Best regards, ------------------------------------------ Tingyuan LIANG MPhil Student Department of Electronic and Computer Engineering The Hong Kong University of Science and Technology -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190131/5b4d4179/attachment.html>
2019 Jun 12
2
Wrong Range of SCEV for URem
...on-negative range but it seems not so in the example. Is there anything wrong? 2) The range of the IR %rem81 should be [0,3), considering the equation: X%3 < 3? Thanks in advance for your time and suggestions! Best regards, ------------------------------------------ Tingyuan LIANG MPhil Student Department of Electronic and Computer Engineering The Hong Kong University of Science and Technology -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190612/1e25559f/attachment.html>
2009 Mar 23
2
error statement: missing value where TRUE/FALSE needed
...txt and so these are the file names that the code loads. If anyone uses the code and the data and manages to get it to work, I would gratefully appreciate if they could tell me what adjustments they made to the code in order to do so. Kind regards, Michael -- Michael Curran Candidate for the MPhil in Economics Cambridge University http://www.michael-curran.com/ -------------- next part -------------- A non-text attachment was scrubbed... Name: gibbsms-1.pdf Type: application/pdf Size: 175239 bytes Desc: gibbsms-1.pdf URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20090323/5cc8...
2007 Nov 29
1
How to perform Bayesian analysis in R?(corrected)
...sis, but failed to integrate after making the likelihood of the model the model like this a= exp(b)/summation(exp(b)) where 'b' = half of the natural log of 'a' please If some one knows about this type of integration for posterior distribution then pleae inform me SYED ADIL HUSSAIN MPHIL SCHOLER QAU, ISLAMABAD This is Virus Free Email Scanned by QAU's McAfee Virus Scanner ""THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender an...
2008 Jan 16
1
Quantile regression
...nations*( say response variable Y) and their *entrance examination marks* ( Independent one variable X ).I have entered data in Excel spread sheet as records. I will be thankful If one of you could help me how run the package to get the estimates , plots and significant tests.. I am a Sri Lankan MPhil student at . Best Regards, Padma [[alternative HTML version deleted]]
2011 May 17
1
adding up elements within a list
...each part, and give me a vector containing the (in this case 3) summed values this is what I have so far: for (i in 1:length(names(intvl.periods.myrs)) { my.new.vector<-sum(intvl.periods.myrs[i] } This does not work and probably for obvious reasons. Thanks Martin -- Martin Hughes MPhil/PhD Research in Biology Rm 1.07, 4south University of Bath Department of Biology and Biochemistry Claverton Bath BA2 7AY Tel: 01225 385 437 M.Hughes at bath.ac.uk http://www.bath.ac.uk/bio-sci/biodiversity-lab/hughes.html
2019 Mar 31
2
Unable to find requested analysis info (Interesting Assertion Failture for Specific Target Source Code)
...= i%2? A[i-1][j]:B[i][j]; return; } I am confused by this situation because this failure has not occurred before and it shoud not be effected by the target code. Thanks in advance for your time and suggestion!!!^_^ Best regards, ------------------------------------------ Tingyuan LIANG MPhil Student Department of Electronic and Computer Engineering The Hong Kong University of Science and Technology -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190331/63fb1f2f/attachment.html>
2019 Apr 15
2
Loop Strength Reduction Pass Does Not Work for Some Varialbles Related to Induction Variables
...using the LLVM Pass LoopStrengthReduction. Interestingly, it does not work for the test code. I wamt to post the IR code but it might be too long to be in the mail. Thanks again for your time and precious suggestions! Best regards, ------------------------------------------ Tingyuan LIANG MPhil Student Department of Electronic and Computer Engineering The Hong Kong University of Science and Technology 发件人: Momchil Velikov 发送时间: 4月16日星期二 01:13 主题: Re: [llvm-dev] Loop Strength Reduction Pass Does Not Work for Some Varialbles Related to Induction Variables 收件人: Tingyuan LIANG 抄送: llvm-dev...
2019 Apr 15
2
Loop Strength Reduction Pass Does Not Work for Some Varialbles Related to Induction Variables
...alpha * A[i][k] * B[k][j]; } for (i = 0; i < NI; i++) for (j = 0; j < NL; j++) { D[i][j] *= beta; for (k = 0; k < NJ; ++k) D[i][j] += tmp[i][k] * C[k][j]; } } Best regards, ------------------------------------------ Tingyuan LIANG MPhil Student Department of Electronic and Computer Engineering The Hong Kong University of Science and Technology -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190415/c1ffa43b/attachment-0001.html>
2013 May 03
1
[LLVMdev] [klee-dev] GSoC Proposal: automatic function level testing
...bal data used by function will provide basic testcase. Third: generated testcases could be exported to test framewort (e.g. Google Test Framework). This technic will be usefull for regress testing libraries stability and for check design by contract implementation. I'm doing it as part of my MPhil work at MSU. Looking forward for any advice. -- Best Regards, Anton Vasilyev -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130503/be270f7b/attachment.html>
2001 Aug 28
2
[patch] known hosts with ports
...changes. Patch is attached to this mail. I'd be grateful for thoughts on whether this is a sane approach to the problem; anyone please feel free to use the patch under the BSD licence. Apologies if this is not an appropriate list for the mailing. Regards, Matthew -- Matthew M Lavy MA MPhil ARCM LTCL Technical Systems Developer Jesus College, Cambridge CB5 8BL Tel: 01223 339944 -------------- next part -------------- A non-text attachment was scrubbed... Name: ssh-client.diff Type: application/octet-stream Size: 406 bytes Desc: not available Url : http://lists.mindrot.org/pipermail/...
2010 Oct 08
1
many datasets run with one R script in a computer cluster
...read.table("CottonEA05_D_STAGE.txt",header=T) timetable<-read.table("TimeBinLookup.txt",header=T,sep="\t") PA<-as.matrix(pa[,-c(1)]) rownames(PA)<-(pa[,1]) OCHAR<-c() source("DISPARITY.R") library(calibrate) ### Thanks Martin -- Martin Hughes MPhil/PhD Research in Biology Rm 1.07, 4south University of Bath Department of Biology and Biochemistry Claverton Bath BA2 7AY Tel: 01225 385 437 M.Hughes at bath.ac.uk http://www.bath.ac.uk/bio-sci/biodiversity-lab/hughes.html
2010 Oct 07
2
text/mtext axis labels on graphs
...you put the text a certain distance from the x margin line, HOWEVER this function does not let you tilt the text to be an an angle Can anyone tell me of a way I can have both - ie text that is a specified distance from the margin AND tilted at and angle Thanks Martin -- Martin Hughes MPhil/PhD Research in Biology Rm 1.07, 4south University of Bath Department of Biology and Biochemistry Claverton Bath BA2 7AY Tel: 01225 385 437 M.Hughes at bath.ac.uk http://www.bath.ac.uk/bio-sci/biodiversity-lab/hughes.html
2019 Mar 04
2
Add Bitwidth Attribute in Clang without Modification in Source Code of Clang
...to rebuild Clang could be time-consuming. As I know, LLVM passes can work as plugins and I guess there could be the similar way to handle attribute addition with Clang. Thanks in advance for your time and suggestion! \^_^/ Best regards, ------------------------------------------ Tingyuan LIANG MPhil Student Department of Electronic and Computer Engineering The Hong Kong University of Science and Technology -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190304/61294808/attachment.html>
2019 May 29
2
Problem of getNumOperands() for CallInst
...wever, if I use getCalledFunction()->getNumParams(), it will return 1. According to the IR, I think the number of operands of the call instruction should be 1. I wonder what is going on for this situation. Thanks in advance for your time and suggestion! Best regards, Tingyuan LIANG MPhil Student HKUST -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190529/d09fdb57/attachment.html>
2007 Nov 29
0
How to perform Bayesian analysis in R?
...kages used for Bayesian analysis, but failed to integrate after making the likelihood of the model the model like this &#292;=exp(??)/??(exp(??)) Where ??=(??)ln(&#292;) please If some one knows about this type of integration for posterior distribution then pleae inform me SYED ADIL HUSSAIN MPHIL SCHOLER QAU, ISLAMABAD This is Virus Free Email Scanned by QAU's McAfee Virus Scanner ""THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and...
2015 Mar 26
3
[LLVMdev] LLNL wants one of you (as an HPC compiler and tool developer)
If I'm not mistaken Q clearance would require US citizenship. ‎