similar to: [LLVMdev] symbol not found: _ZN4llvm17DisableSchedulingE

Displaying 20 results from an estimated 900 matches similar to: "[LLVMdev] symbol not found: _ZN4llvm17DisableSchedulingE"

2009 Dec 07
0
[LLVMdev] 2.6 JIT using wrong address for external functions
I had that problem too: http://llvm.org/bugs/show_bug.cgi?id=5116. To work around the problem, you can: * Switch to the thread-unsafe lazy jit. * Allocate your JIT code within 2GB of your text segment. * Find a way to look up the external function with dlsym or maybe the ExecutionEngine's LazyFunctionCreator instead of addGlobalMapping. * Upgrade to the top of the svn tree. On Mon, Dec 7,
2010 Jun 17
2
[LLVMdev] Relocation issue with jump tables in ELF object files on X86_64
I had this problem a while back and received this response from Jeffrey. FWIW this is fixed in 2.7 by defaulting to CodeModel::Large and using indirect (far) calls. -----Original Message----- From: Jeffrey Yasskin [mailto:jyasskin at google.com] Sent: Monday, December 07, 2009 11:32 AM To: Howell, Nathan Cc: LLVM Developers Mailing List Subject: Re: [LLVMdev] 2.6 JIT using wrong address for
2009 Dec 07
4
[LLVMdev] 2.6 JIT using wrong address for external functions
I have an external function that was added with ExecutionEngine::addGlobalMapping... and the JIT is burning the wrong address into the emitted function. All of the addresses have 0xffffff8d00000000 added to them. Does this look familiar to anyone? I'm using 2.6 on Solaris10/x64 if it matters. This has been working for about two months and I can't readily figure out what I changed to break
2010 Mar 26
1
[LLVMdev] Questions on llvm and jit
If you distribute the .bc to a new machine and JIT it there, you wouldn't need to apply any relocations to call instructions, since the JIT will get all the offsets right when it does code generation on the node. I would strongly recommend the shared library approach over this one, because JIT compile time is dominated by code generation, not optimization. If you distribute the .bcs, then
2013 Feb 01
9
Intel HD 4000 VGA passthrough not working
Hi all, I have an i7-3770 which has the Intel HD 4000 graphics. I''ve been trying to pass it through to DomU with no success. With a Linux DomU, the i915 module simply will not load because intel_agp is not loaded properly when it cannot find the AGP bridge. ( With a Win7 DomU, it BSODs straight away during the boot with SYSTEM_SERVICE_EXCEPTION. With a WinXP DomU, it got further
2009 Jan 24
1
Stat textbook recommendation
Monte, For a list of online sources that may be useful, go to http://www.uvm.edu/~dhowell/methods/Websites/Archives.html and check out some of the material referenced there. Clay Helberg's site is particularly helpful. Unfortunately it is virtually impossible to keep links current, so some are likely to be dead--although you can often find them via Google. Dave Howell -- David C. Howell
2013 Feb 10
12
Dom0 freeze on HVM DomU Windows reboot with VGA passthrough
Hi, I''m doing VGA passthrough for an ATI (HD 6770) graphics card to a DomU Windows. The passthrough itself is working. However, everytime when I reboot the DomU Windows, the whole machine freezes. I see no error messages from Dom0 kernel or the xen qemu log (or perhaps I haven''t got the most verbose debugging turned on?). Though from what I can tell, the the freeze happens
2008 May 28
2
inquiry on R News
Dear R News, I am inquiring whether the articles that are published in the 'R News' have undergone a peer-review/refereeing process, for the purpose of reporting the academics publications here at the University of Sydney to the Australian Government. Thank you for your assistance. Regards Glenn Glenn Howell| Faculty Research Assistant FACULTY OF ECONOMICS AND BUSINESS
2004 Feb 11
6
Unable to join ADS domain
I've installed Samba 3.0.2 (from the source) on a SuSE 8.2 system with MIT Kerberos 1.3.1 (I uninstalled the Heimdal code) and the OpenLDAP 2.1.27 development libraries installed on it. I want to make this system a domain member of a Win2K native-mode ADS domain but can't get "net ads join" to work. I've run "kinit myid@MYDOMAIN.COM" and I get at ticket, but when
2002 Dec 26
3
windows to linux printer problem
Hello all, I know I need to read the manual but I don't even know where I need to look in the manual. I'm haveing a little bit of a problem getting XP to print to my linux printer. I've got the smb.conf file set up to allow xp to access the corect share and it even sees the printer but it apears it doesn't have permision to print to it. What might I need to do to
2013 Jan 13
4
Xen and nvidia
Hi all, I''ve got a couple of questions regarding the current status of nvidia with Xen, since it is well known that nvidia doesn''t work as smooth at the moment with Xen (comparing to ati). My current goal is to use one nvidia gtx460 card and the onboard intel hd4000 on dom0, and then do passthrough for another nvidia gtx460 to a Windows domU. I know there are patches
2018 Jan 16
1
Letters group Games-Howell post hoc in R
Hello everybody, I use the sweetpotato database included in R package: data(sweetpotato) This dataset contains two variables: yield(continous variable) and virus(factor variable). Due to Levene test is significant I cannot assume homogeneity of variances and I apply Welch test in R instead of one-way ANOVA followed by Tukey posthoc. Nevertheless, the problems come from when I apply posthoc
2012 Oct 15
1
Dovecot Authentication Problem Can't Make it Work
Hi All, I am struggling for 2 weeks solving authentication problem in dovecot. logs from /etc/mail/maillog Oct 15 18:00:35 localhost dovecot: auth: Debug: Loading modules from directory: /usr/lib64/dovecot/auth Oct 15 18:00:35 localhost dovecot: auth: Debug: Module loaded: /usr/lib64/dovecot/auth/libauthdb_ldap.so Oct 15 18:00:35 localhost dovecot: auth: Debug: Module loaded:
2007 Jun 20
2
Extracting t-tests on coefficients in lm
I am writing a resampling program for multiple regression using lm(). I resample the data 10,000 times, each time extracting the regression coefficients. At present I extract the individual regression coefficients using brg = lm(Newdv~Teach + Exam + Knowledge + Grade + Enroll) bcoef[i,] = brg$coef This works fine. But now I want to extract the t tests on these coefficients. I cannot
2005 Jan 31
7
TDM400 stopped working
I excitedly installed my TDM dev kit earlier this weekend, installing asterisk and all the kernel drivers to make it work. And it did, it was fantastic. I then reboot the machine, and even after doing a modprobe wctdm, I get the following: == Parsing '/etc/asterisk/zapata.conf': Found Jan 31 13:34:27 WARNING[342]: chan_zap.c:793 zt_open: Unable to specify channel 1: No such device or
2008 Nov 17
2
The use of F for False and T for True
Sampling with and without replacement I seem unable to use "replace = F" when I want to sample without replacement. I would think that it comes down to "F is not a legitimate abbreviation for FALSE." except that Dalgaard (p. 118) uses F for FALSE and it works "pairwise.t.test(folate, ventilation, pool.sd = F)" I am having trouble when I try to sample a vector
2012 Nov 05
3
OpenSuSE 10.3 domU install hangs on CentOS 5.6 xen 3.03
I''m trying to install OpenSuSE 10.3 as a domU on a CentOS 5.6 system running xen 3.0.3. It starts to load and then hangs: ata0 master: QEMU HARDDISK ATA-7 Hard-Disk (20480 MBytes) ata0 slave: Unknown device ata1 master: QEMU CD-ROM ATAPI-4 CD-Rom/DVD-Rom ata1 slave: Unknown device Booting from CD-Rom... ISOLINUX 3.31 0x46f43c1e Copyright (C) 1994-2005 H. Peter Anvin Loading... In
2011 Nov 01
1
help with unequal variances
Hello, I have some patient data for my masters thesis with three groups (n=16, 19 & 20) I have completed compiling the results of 7 tests, for which one of these tests the variances are unequal. I wish to perform an ANOVA between the three groups but for the one test with unequal variance (<0.001 by both bartlett and levene's test) I am not sure what to do. I thought i would run
2008 Nov 04
1
Problems with scan
I have been having problems with using scan(). I searched the archives and found someone with the same problem several years ago, but did not find a solution. I want to prompt the user for input, scan in that input, and then go on to use it as a variable. The simplest version of my program is cat("enter m","\n") m <- scan(n = 1, quiet = T) m If I enter these lines one
2013 Oct 14
1
Extracting elements of model output
I am having difficulty extracting specific results from the model object. The following code shows where I am stuck. I want to run resamplings of a data set. For each I want to extract a particular F for the contrasts. If I run a very simple model (e.g. model1 <- aov(time~group) ) I can get the relevant coefficients, for example, by using "model1$coefficients". That's fine.