search for: thd

Displaying 20 results from an estimated 27 matches for "thd".

Did you mean: tbd
2015 Feb 16
2
[LLVMdev] alias result
...15 1:38:40 PM >> Subject: Re: [LLVMdev] alias result >> >> Yes, in my example, %1 and %2 point to t. %3 points to t2. >> >> But t and t2 point to the same var, is it? That's where I'm confused. > So you believe that: >>>>>> (1): store i64* %thd, i64** %t, align 8 //int64 *t = &thd; > ... >>>>>> (3): store i64* %1, i64** %t2, align 8 //int64 *t2 = t; > calling AA.getLocation on these two instructions, and then calling alias on them should not return NoAlias? I think your confusion is regarding what getLoc...
2010 Aug 17
3
Total Harmonic Distortion THD
Hi Has anybody done THD or THD-N measurements with the CELT Codec (bext would be on various bit rates) If someone could share results for Mono at 64kBit and Stereo at 128 and 196kBit it would be great. thank you very much Jochen -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists....
2015 Feb 16
2
[LLVMdev] alias result
...t;Hal Finkel" <hfinkel at anl.gov> >> Cc: llvmdev at cs.uiuc.edu >> Sent: Monday, February 16, 2015 12:37:06 PM >> Subject: Re: [LLVMdev] alias result >> >> t and t2 are two pointers defined in .c file. >> >> The definitions in .bc are: >> %thd = alloc i64, align 8 >> %t = alloca i64*, align 8 >> %t2 = alloca i64*, align 8 >> >> .c file likes this: >> int thd; >> int *t = &thd; >> int *t2 = t; > Okay, those point to distinct local stack allocations. Why do you expect them to alias? > &gt...
2015 Feb 16
2
[LLVMdev] alias result
t and t2 are two pointers defined in .c file. The definitions in .bc are: %thd = alloc i64, align 8 %t = alloca i64*, align 8 %t2 = alloca i64*, align 8 .c file likes this: int thd; int *t = &thd; int *t2 = t; On 2/16/15 12:28 PM, Hal Finkel wrote: > ----- Original Message ----- >> From: "Haopeng Liu" <hyliuhp at gmail.com> >> To: llvmdev...
2008 Apr 07
2
MySQL THD via PID Provider
I want to go a lot deeper with my tracing of MySQL and to do so I want to look into MySQL Thread Descriptors (class THD). Inside is a great bulk of information utilized by a great many of the core functions within MySQL... I really want to get in there. So far I''ve had no luck though. It''s a C++ class, and I''m afraid that I''m approaching it like a C struct, which may be entirel...
2015 Feb 16
2
[LLVMdev] alias result
...ad instructions as follows: loc[cnt++] = AA.getLocation(si/li); Then, get each pairwise alias result. AliasAnalysis::AliasResult ar = AA.alias(loc[i], loc[j]); switch(ar){ case 0,1,2,3;} And the command is: opt -load mypass.so -mypass -basicaa test.bc The store/load in test.bc: (1): store i64* %thd, i64** %t, align 8 //int64 *t = &thd; (2): %1 = load i64** %t, align 8 //load t (3): store i64* %1, i64** %t2, align 8 //int64 *t2 = t; (4): %2 = load i64** %t, align 8 //load t (5): %3 = load i64** %t2, align 8 //load t2 It seems that all these 5 instr...
2005 Mar 03
11
PostgreSQL & SELinux problem
...orries. I installed it from the net with ''yum''. Unfortunately, when I started it up and it tried to init the database, I got a bunch of SELinux errors: Mar 3 13:24:22 dirty kernel: audit(1109874262.006:0): avc: denied { read } for pid=3138 exe=/usr/bin/postgres path=/tmp/sh-thd-1109856265 (deleted) dev=md2 ino=377572 scontext=root:system_r:postgresql_t tcontext=root:object_r:tmp_t tclass=file Mar 3 13:24:22 dirty kernel: audit(1109874262.195:0): avc: denied { read } for pid=3139 exe=/usr/bin/postgres path=/tmp/sh-thd-1109873603 (deleted) dev=md2 ino=377572 scontext=ro...
2009 Sep 24
0
[LLVMdev] Is line number in DbgStopPointInst in LLVM accurate?
On 2009-09-24 22:34, hc2428 at columbia.edu wrote: > Dear developers, > When I try to map line numbers in source code back to LLVM > basicblocks, I meet some problems: there is a source file with 1500 > lines of code, but when I use BasicBlockPass to collect all > DbgStopPoint instructions in this file, I can only get 500 lines of code. > The source code and the collected
2013 Jul 16
8
[LLVMdev] [LLVM Dev] [Discussion] Function-based parallel LLVM backend code generation
...nt to enable "Function-based parallel code generation" to boost up the compilation of single module, please see the details of the design and provide your feedbacks on below aspects, thanks! 1. Is this idea the proper solution for my requirement 2. This new feature will be enabled by llc -thd=N and has no impact on original llc when -thd=1 3. Can this new feature of llc be accepted by community and merged into LLVM code tree Patches The patch is divided into four separated parts, the all-in-one patch could be found here: http://llvm-reviews.chandlerc.com/D1152 Design https://docs.goog...
2013 Jul 16
0
[LLVMdev] [LLVM Dev] [Discussion] Function-based parallel LLVM backend code generation
...le "Function-based parallel code generation" to boost up the compilation of single module, please see the details of the design and provide your feedbacks on below aspects, thanks! > 1. Is this idea the proper solution for my requirement > 2. This new feature will be enabled by llc -thd=N and has no impact on original llc when -thd=1 > 3. Can this new feature of llc be accepted by community and merged into LLVM code tree > > Patches > The patch is divided into four separated parts, the all-in-one patch could be found here: > http://llvm-reviews.chandlerc.com/D1152...
2013 Jul 16
0
[LLVMdev] [LLVM Dev] [Discussion] Function-based parallel LLVM backend code generation
...on-based > parallel code generation" to boost up the compilation of single module, > please see the details of the design and provide your feedbacks on below > aspects, thanks! > 1. Is this idea the proper solution for my requirement > 2. This new feature will be enabled by llc -thd=N and has no impact on > original llc when -thd=1 > 3. Can this new feature of llc be accepted by community and merged into > LLVM code tree > > Patches > The patch is divided into four separated parts, the all-in-one patch could > be found here: > http://llvm-reviews.chandl...
2013 Jul 16
0
[LLVMdev] [LLVM Dev] [Discussion] Function-based parallel LLVM backend code generation
...le "Function-based parallel code generation" to boost up the compilation of single module, please see the details of the design and provide your feedbacks on below aspects, thanks! > 1. Is this idea the proper solution for my requirement > 2. This new feature will be enabled by llc -thd=N and has no impact on original llc when -thd=1 > 3. Can this new feature of llc be accepted by community and merged into LLVM code tree > > Patches > The patch is divided into four separated parts, the all-in-one patch could be found here: > http://llvm-reviews.chandlerc.com/D1152 &...
2011 Jun 23
0
Fwd: Re: Help with winbugs code
...sult" but when I delete variable "y" in the initial part it said that there some variable that has to be initialized. what should i do? ...very grateful for your help... model{ for(i in 1:N){ #model persamaan pengukuran for(j in 1:P){ y[i,j]~dnorm(mu[i,j],psi [j]) I(thd [j,z[i,j]],thd[j,z[i,j]+1]) ephat[i,j]<-y[i,j] -mu[i,j] } #faktor Budaya Organisasi mu[i,1]<-xi[i,1] mu[i,2]<-lam[1]*xi[i,1] mu[i,3]<-lam[2]*xi[i,1] #faktor Kemampuan Pengguna mu[i,4]<-xi[i,2] mu[i,5]<-lam[3]*xi[i,2] mu[i,6]<-lam[4]*xi[i,2] #faktor Mekanism...
2013 Jul 16
2
[LLVMdev] [LLVM Dev] [Discussion] Function-based parallel LLVM backend code generation
...e "Function-based parallel code generation" to boost up the compilation of single module, please see the details of the design and provide your feedbacks on below aspects, thanks! > 1. Is this idea the proper solution for my requirement 2. This new > feature will be enabled by llc -thd=N and has no impact on original > llc when -thd=1 3. Can this new feature of llc be accepted by > community and merged into LLVM code tree > > Patches > The patch is divided into four separated parts, the all-in-one patch could be found here: > http://llvm-reviews.chandlerc.com...
2013 Jul 16
0
[LLVMdev] [LLVM Dev] [Discussion] Function-based parallel LLVM backend code generation
..."Function-based parallel code generation" to boost up the compilation of single module, please see the details of the design and provide your feedbacks on below aspects, thanks 1. Is this idea the proper solution for my requirement 2. This new feature will be enabled by llc -thd=N and has no impact on original llc when -thd=1 3. Can this new feature of llc be accepted by community and merged into LLVM code tree Patches The patch is divided into four separated parts, the all-in-one patch could be found here: http://llvm-reviews.chandlerc.com/D1152 Design https://d...
2020 Feb 05
1
smbd fails to start after upgrade to version 4.11.6
...tem # and how to activate them. For more information, see interfaces(5). source /etc/network/interfaces.d/* # The loopback network interface auto lo iface lo inet loopback ( these are only the defaults ).. Feb 5 08:41:48 pi4b systemd-udevd[157]: Process '/usr/sbin/th-cmd --socket /var/run/thd.socket --passfd --udev' failed with exit code 1. - Possible fix(es) read : https://bbs.archlinux.org/viewtopic.php?id=220315 systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket. - So make sure nsswitch.conf the mDNS part is at the end of the line. Feb 5 08:41:48 pi4b sy...
2006 Jan 30
1
df reports false size
...59ce6d12-990c-40ad-8268-212ae9bb8291 Journal backup: inode blocks Later we also tried out the following commands - apparently sparse files or unlinked files are not to blame: # lsof -s | grep deleted isam 6354 david 0r REG 8,1 55 357173 /tmp/sh-thd-1138650835 (deleted) vmware-vm 15452 arzt 48u REG 8,1 11948032 357177 /tmp/ram0 (deleted) # df --sync -h / Filesystem Size Used Avail Use% Mounted on /dev/sda1 7.6G 7.0G 212M 98% / # du -shx --apparent-size / 3.9G . Any idea what may be the cau...
2011 Apr 22
1
Allow users to change active directory password!
Greetings, How can one allow AD users to change their Samba 4 active directory password on phpldapadmin? or if there are other tools? is there any work around. For Samba 3 I saw on forums to add " *ldap password sync = yes*" into smb.conf file. regards, Yared Berhanu Woldegiorgis ?kern torgvei 92 N-0589 Oslo, Norway tel. 004746263024 yaredbw at ifi.uio.no
2009 Mar 31
1
Samba Authorizations
...WD. I've been reading "The Officail Samba 3.2.x HOWTO and Reference Guide" as well as Samba-3 by Example. They either have too simple of setup jump to a lot more complex of an example. I've been maintaining this via SWAT. So what really needs to be done? Thanks Tom Duerbusch THD Consulting
2016 Jun 28
2
How to debug not working Roaming profiles on Samba 4 AD setup?
> OK, I think your problem is that you are trying to run your AD domain as if it is still an NT4-style domain. This does not sound like a surprise to me. ;-) > with AD, you would add […] to each users object in AD. You can do this with ADUC or by creating an ldif file on the DC and then use ldbmodify to add it. Oh, yes, you're right, I had to do the same for the logon.cmd, I already