similar to: [LLVMdev] TableGen and DenseMap Strangeness

Displaying 20 results from an estimated 200 matches similar to: "[LLVMdev] TableGen and DenseMap Strangeness"

2013 Jan 31
2
[LLVMdev] Tablegen problem populating TSFlags
Jakob, I think this exactly what's happening. I debugged the resolveReferences for the ADD down into the resolve of TSFlags. It calls VarInit::getFieldInit for the "Val" field of "foo". The code is: Init *VarInit::getFieldInit(Record &R, const RecordVal *RV, const std::string &FieldName) const { if (isa<RecordRecTy>(getType()))
2013 Dec 26
2
[LLVMdev] [cfe-dev] lsan for LLVM bootstrap; leaks in TableGen
LGTM. I think it is totally reasonable to just disable LSan directly in tablegen at least for now. I would leave some comments on the disabling to clarify: 1) What it does, the reader may not have heard about LSan. 2) Some of the high-level information from this thread as pointers for anyone who wants to go and fix this some day. -Chandler On Wed, Dec 25, 2013 at 2:26 PM, Kostya Serebryany
1998 Jul 16
0
".." not displayed with p8
Hello , I have installed the 1.9.18p8 release on my HP9000 ( HP-UX 10.20 ) . I use the same smb.conf than with the p2 release . I have now a problem with the Windows 3.11 clients : In the subdirectories of each share, I can't display the " .. " root directory . Is it a known bug or just an error in my smb.conf ? Thanks for your help. JF
2008 Jun 09
1
Basic Question on Keys/Values
As a java programmer, I'm having issue conceptualizing the following use case: Given an value, passed into a function, how do I pull out the lookup? Ie. A list of keys (key1, key2, key3) A list of values (val1,val2,val3) I want to write a function (or is there something built in?) such that Callit <- (thekey) { (magic happens here) Return value } Any ideas? Thanks a bunch!
1998 Jul 21
3
Can't display ".." with the p8 release
Hello, I ask this question last week but I got no response : I have installed the 1.9.18p8 release on my HP9000 ( HP-UX 10.20 ). I use the same smb.conf than with the p2 release . I have now a problem with the Windows 3.11 clients : In the subdirectories of each share, I can't display the " .. " root directory ( but it works ). Is it a bug
2018 May 29
1
Difficulty in writing R code for one pool dynamic model
Hi everyone, I was trying to mode the following exercise using R. The question: Set up a one pool model using numericintegration. The model will run from time 1 to time 30 using a time step of 1.The pool (A) will be fed by flux "inA" at a rate of 5 units per hour anddrained by flux "outA" at a rate of 20% per hour. At time 0, A has 5units. At time 30, what is the pool size of
2017 Dec 20
0
[PATCH] gm107/ir: use lane 0 for manual textureGrad handling
On Tue, Dec 19, 2017 at 11:41 PM, Ilia Mirkin <imirkin at alum.mit.edu> wrote: > This is parallel to the pre-SM50 change which does this. Adjusts the > shuffles / quadops to make the values correct relative to lane 0, and > then splat the results to all lanes for the final move into the target > register. > > Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> >
2017 Dec 20
2
[PATCH] gm107/ir: use lane 0 for manual textureGrad handling
This is parallel to the pre-SM50 change which does this. Adjusts the shuffles / quadops to make the values correct relative to lane 0, and then splat the results to all lanes for the final move into the target register. Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> --- Entirely untested beyond compilation. Should check bin/tex-miplevel-selection textureGrad Cube
2015 Mar 09
0
Permission denied error while connecting to EMC Celerra 7 server
Hi, I'm getting "Permission denied" error while connecting to a EMC Celerra (version 7) server from samba client on unix machine. Looking at the packet capture it is observed that samba client is authenticating with "anonymous" instead of the user name that has been provided. Here are flags received from EMC Celerra 7 server as part of "Session Setup AndX Response,
2023 Oct 14
1
Create new data frame with conditional sums
That's very helpful and instructive, thank you! Jason Stout, MD, MHS Box 102359-DUMC Durham, NC 27710 FAX 919-681-7494 ________________________________ From: John Fox <jfox at mcmaster.ca> Sent: Saturday, October 14, 2023 10:13 AM To: Jason Stout, M.D. <jason.stout at duke.edu> Cc: r-help at r-project.org <r-help at r-project.org> Subject: Re: [R] Create new data frame with
2013 Jan 31
0
[LLVMdev] Tablegen problem populating TSFlags
On Jan 31, 2013, at 9:27 AM, Sean Silva <silvas at purdue.edu> wrote: > An extra call to resolveReferences after setting the value in the > `let` does fix this, but I'm not sure that it is the right fix. The > attached hackish patch seems to fix up a reduced version of the test > case you gave here (I haven't run a full battery of tests on it, so it > might cause
2013 Apr 25
1
Assigning a variable value based on multiple columns
Hi All, I'm hoping someone can help me with a relatively simple problem. Take the following dataset: ID Diabetes ESRD HIV Contact 1 0 0 NA 0 2 1 0 NA 0 3 NA 1 0 0 4 0 NA 0 1 5 1 1 1 0 I want to generate a
2023 Oct 13
1
Create new data frame with conditional sums
This seems like it should be simple but I can't get it to work properly. I'm starting with a data frame like this: Tract Pct Totpop 1 0.05 4000 2 0.03 3500 3 0.01 4500 4 0.12 4100 5 0.21 3900 6 0.04 4250 7 0.07 5100 8 0.09
2023 Oct 15
2
Create new data frame with conditional sums
Under the hood, sapply() is also a loop (at the interpreted level). As is lapply(), etc. -- Bert On Sun, Oct 15, 2023 at 2:34?AM Jason Stout, M.D. <jason.stout at duke.edu> wrote: > > That's very helpful and instructive, thank you! > > Jason Stout, MD, MHS > Box 102359-DUMC > Durham, NC 27710 > FAX 919-681-7494 > ________________________________ > From: John
2005 Dec 16
0
Sybase Adaptive Server Anywhere (SQL Anywhere Studio)
I have just done a Rails database driver for Sybase Adaptive Server Anywhere (SQL Anywhere Studio) If interested see http://www.iqx.co.uk/mhs/sybaseanywhere_adapter.zip or the Wiki. It is based on the SQLServer one. A bit of tweaking and plenty of testing needed, but works ok with the published examples. Any thoughts/advice welcome. Michael Scott
2006 Apr 03
0
retrieve domain group member
Hi All: After joining domain, how can I get the group members of cretain domain = group? can wbinfo or getent achieve this? thanks, LatrellFrom bruno.guerreiro at ine.pt Mon Apr 3 10:23:21 2006 From: bruno.guerreiro at ine.pt (Bruno Guerreiro) Date: Mon Apr 3 10:24:04 2006 Subject: [Samba] User groups Message-ID: <H000006700000a62.1144059800.scalix.dsii.ine.pt@MHS> Hi all. I've
2023 Oct 14
2
Create new data frame with conditional sums
Well, here's one way to do it: (dat is your example data frame) Cutoff <- seq(0, .15, .01) Pop <- with(dat, sapply(Cutoff, \(p)sum(Totpop[Pct >= p]))) I think there must be a more efficient way to do it with cumsum(), though. Cheers, Bert On Sat, Oct 14, 2023 at 12:53?AM Jason Stout, M.D. <jason.stout at duke.edu> wrote: > > This seems like it should be simple but I
2003 Feb 26
0
Re: Exchange Server in DMZ (i-hacked.com)
Hiya, My two cents here .. I use a locked down Linux Sendmail relay (use sendmail null-client feature on any spare old server or PC) in my DMZ to relay Mail to the exchange server in my local zone. Its sort of the moat you have to cross over to get at the castle walls and the hot oil dumped on your head approach. Francesca C. Smith Lady Linux Internet Services 1801 Bolton Street # 1 Baltimore,
2001 Mar 19
1
[Fwd: Re: File formats (RE: MP4 Player Available for Download)]
I recall reading that all MPEG AAC software has different and incompatible file formats , because this is a condition set by the MPEG AAC technology licensing authority. Some kind of yet-another-anti-piracy-measure, the idea probably being that users of different software can not swap their files. I picked up this a while ago when following AAC software development, but can't remember exactly
2012 Sep 13
1
Permission denied error while connecting to EMC CIFS server
Hi, I'm getting "Permission denied" error while connecting to a EMC cifs share from samba client on unix machine. Looking at the packet capture it is observed that ?samba client is authenticating with "anonymous" instead of the user name that has been provided. Here are flags received from EMC server as part of ?"Session Setup AndX Response, NTLMSSP_CHALLENGE,