Displaying 20 results from an estimated 29 matches for "ptest".
Did you mean:
pte_t
2009 Nov 15
2
Segmentation faults on SEXP conversion
...le proof-of-concept as part of a larger
package development). The relevant C++ routine is as follows:
void Rwrite(SEXP fd, SEXP msg) {
int *ofd = INTEGER(fd);
const char * omsg = CHAR(asChar(msg));
printf("[%i] %s",*ofd,omsg);
}
And the corresponding interface in R is as follows:
ptest <- function()
{
cfd <- as.integer(2);
cmsg <- as.character("Hi");
storage.mode(cfd) <- "integer";
storage.mode(cmsg) <- "character";
.Call("Rwrite",
fd=cfd,
msg=cmsg,
PACKAGE="forkex"...
2012 Sep 04
2
[LLVMdev] branch on vector compare?
...f you change it to
> %16 = fcmp ogt <4 x float> %15, %cr
> %17 = sext <4 x i1> %16 to <4 x i32>
> %18 = bitcast <4 x i32> %17 to i128
> %19 = icmp ne i128 %18, 0
> br i1 %19, label %true1, label %false2
>
> should do the trick (one cmpps + one ptest + one br instruction).
> This, however, requires sse41 which I don't know if you have - you say
> the extractelements go through memory which I've never seen then again
> our code didn't try to extract the i1 directly (even without fixes for
> ptest the above sequence will r...
2012 Sep 05
0
[LLVMdev] branch on vector compare?
...%16 = fcmp ogt <4 x float> %15, %cr
>> %17 = sext <4 x i1> %16 to <4 x i32>
>> %18 = bitcast <4 x i32> %17 to i128
>> %19 = icmp ne i128 %18, 0
>> br i1 %19, label %true1, label %false2
>>
>> should do the trick (one cmpps + one ptest + one br instruction).
>> This, however, requires sse41 which I don't know if you have - you say
>> the extractelements go through memory which I've never seen then again
>> our code didn't try to extract the i1 directly (even without fixes for
>> ptest the above...
2009 Sep 18
1
Verification on HOW adding a machines works
...getent passwd
biggie$:x:1008:100:Workstation (biggie$):/nohome:/sbin/nologin
(works for me)
# getent group | grep users
users:x:100:
(the machine is not listed as a member of the group)
Should machines be displayed as a member of the group they are added to
like users?
ldapsearch -x -b "dc=ptest,dc=us" "(objectclass=*)" | less
# machines, ptest.us
dn: ou=machines,dc=ptest,dc=us
ou: machines
objectClass: organizationalRole
cn: machines
(the ou that biggie is added to)
# BIGGIE$, machines, ptest.us
dn: uid=BIGGIE$,ou=machines,dc=ptest,dc=us
uid: BIGGIE$
objectClass: sambaSamA...
2009 Mar 27
2
Samba/LDAP Backend: Error NT_STATUS_CONNECTION_REFUSED
....0.14
log file = /var/log/samba/log.%m
log level = 6
max log size = 1000
syslog only = no
syslog = 0
panic action = /usr/share/samba/panic-action %d
enable privileges = yes
encrypt passwords = yes
## Use ldap for auth
ldap passwd sync = yes
passdb backend = ldapsam:ldaps://zmail.ptest.us/
# ldap port = 636
ldap admin dn = "cn=config"
ldap suffix = dc=ptest,dc=us
ldap group suffix = ou=groups
ldap user suffix = ou=people
ldap machine suffix = ou=machines
obey pam restrictions = no
passwd program = /usr/bin/passwd %u
passwd chat = *Enter\snew\sUNIX\spass...
2012 Sep 04
0
[LLVMdev] branch on vector compare?
...mitted fixes for this, so I think
if you change it to
%16 = fcmp ogt <4 x float> %15, %cr
%17 = sext <4 x i1> %16 to <4 x i32>
%18 = bitcast <4 x i32> %17 to i128
%19 = icmp ne i128 %18, 0
br i1 %19, label %true1, label %false2
should do the trick (one cmpps + one ptest + one br instruction).
This, however, requires sse41 which I don't know if you have - you say
the extractelements go through memory which I've never seen then again
our code didn't try to extract the i1 directly (even without fixes for
ptest the above sequence will result in only 2 extr...
2012 Sep 03
3
[LLVMdev] branch on vector compare?
> > which goes through memory. Is there some idiom I'm missing so that it would
use
> > for instance movmsk for SSE or vcmpgt & cr6 for altivec?
>
> I don't think you are missing anything: LLVM IR has no support for horizontal
> operations like or'ing the elements of a vector of boolean together. The code
> generators do try to recognize a few idioms and
2024 Feb 08
13
[Bug 3666] New: sshd crash
...OS: Linux
Status: NEW
Severity: critical
Priority: P5
Component: sshd
Assignee: unassigned-bugs at mindrot.org
Reporter: pawan.badganchi at kpit.com
This is regarding sshd crash.
sshd crash is being observed during openssh ptest running everytime and
it's reproducible.
Currently we are maintaining dunfell version openssh_8.2p1.
Below is the error message we get. How can i resolve this issue? Could
you please help here?
sshd[27514]: Connection from UNKNOWN port 65535 on UNKNOWN port 65535
sshd[27514]: debug1: Local ve...
2005 Aug 11
4
win32-process + ruby-breakpoint = strangebehavior
...un_device.rb
> devices/terminal_server.rb"
>
> puts "done"
> puts "done"
>
> Process.kill 9, x
>
> puts "done"
> ------
>
> Running this code gives me a segfault
>
> ----
> C:\development\simulation>ruby ptest.rb
> done
> done
> ptest.rb:9: [BUG] Segmentation fault
> ruby 1.8.2 (2004-12-25) [i386-mswin32]
>
>
> This application has requested the Runtime to terminate it
> in an unusual way.
> Please contact the application''s support team for more informat...
2011 Jan 28
3
Dovecot2 + Sieve
...ation rule like:
redirect "email at example.com"; (real Adress is different)
the sieve says the mail would be forwarded, but no mail is sent. (No
Action in /var/log/maillog)
And because there is no Error-Message it's difficult to search for...
Dovecot log
-------
Jan 28 10:53:46 lda(ptest at pilarkto.com): Debug: sieve: using sieve path
for user's script: /var/mail/vhosts/test/.dovecot.sieve
Jan 28 10:53:46 lda(ptest at pilarkto.com): Debug: sieve: opening script
/var/mail/vhosts/test/.dovecot.sieve
Jan 28 10:53:46 lda(ptest at pilarkto.com): Debug: sieve: script binary
/var/...
2012 Sep 06
2
choose() function returning anomalous results (zero instead of one)
...(Qone < 125)|((Qone-nn)<75)|(nn<75)), test1 <-
nChooseK(Qone,nn), test1 <- choose(Qone,nn))
#ifelse ( ((Qtwo < 125)|((Qtwo-k)<75)|(k<75)), test2 <- nChooseK(Qtwo,k),
test2 <- choose(Qtwo,k))
test1 <- choose(Qone,nn)
test2 <- choose(Qtwo,k)
#print(test1[test1==0])
ptest <- ifelse( ((partial1 == 0) | (partial2 == 0)),0,
test1*partial1*partial2*test2)
return(ptest)
}
gen_nk_old <- function (k2,Q1,Q2)
{
nkmatrix <- matrix(nrow = sum(1:k2),ncol=2)
index <- 1
for (n in 0:min(Q1, k2-1)) # This corresponds to the outer sigma for P'
{
for (k in 0:min(Q2,...
2012 May 15
1
[LLVMdev] test all ones/zeros in vector
...Currently, I'm doing this:
%sext = sext <4 x i1> %my_cmp to <4 x i8>
%bcast = bitcast <4 x i8> %sext to i32
%all_zeros = icmp ne i32 %bcast, 0
br i1 %all_zeros, label %A, label %B
The emitted code works, but it's not great. I'd like to make use of movmask or ptest in the case of SSE.
Of course, I could emit some intrinsic functions but I always consider these kind of things a hack; I'd rather like to emit some code which the back-end likes. So is there some llvm code sequence which does the trick?
--
Roland
2005 Aug 11
0
win32-process + ruby-breakpoint = strange behavior
...kpoint''
x = Process.create :app_name => "ruby bin/run_device.rb
devices/terminal_server.rb"
puts "done"
puts "done"
Process.kill 9, x
puts "done"
------
Running this code gives me a segfault
----
C:\development\simulation>ruby ptest.rb
done
done
ptest.rb:9: [BUG] Segmentation fault
ruby 1.8.2 (2004-12-25) [i386-mswin32]
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application''s support team for more information.
C:\development\simulation>
-----
B...
RFC: [X86] Can we begin removing AutoUpgrade support for x86 instrinsics added in early 3.X versions
2017 Sep 20
2
RFC: [X86] Can we begin removing AutoUpgrade support for x86 instrinsics added in early 3.X versions
...for this
x86.sse2.pcmpgt.* - we no test cases for this
x86.avx2.pcmpeq.* - we have no test cases
x86.avx2.pcmpgt.* - we have no test cases for this
x86.avx.vpermil.* - we do test this
3.2 added upgrade for:
x86.avx.movnt.* - we have tests for this
x86.xop.vpcom* - we have tests for this
x86.sse41.ptest.* had its signature chagned and we upgrade from the old
signature. We don't have tests for the old signature.
x86.xop.vfrcz.ss/sd had an argument dropped that we upgrade for. We don't
have any tests for the old signature.
3.3 had no upgrades
3.4 removed:
x86.sse42.crc32.64.8 we do have te...
2006 Feb 08
5
Mysql::Error: Lost connection to MySQL server during query:
...l connection problem for my first AddressBook
application (which I took it from
http://www-128.ibm.com/developerworks/linux/library/l-rubyrails/)
I have gem installed the latest ruby, rails, lighttpd, fastcgi,
mysql-4.1.14 on linux. Everything looks good. When I do:
mysql -h localhost -u test -ptest -D AddressBook
mysql> SELECT COUNT(*) FROM contacts;
+----------+
| COUNT(*) |
+----------+
| 1 |
+----------+
1 row in set (0.00 sec)
And I have config/database.yml as
development:
adapter: mysql
database: AddressBook
username: test
password: test
#socket: /var/lib/mysql/mysq...
2017 Feb 03
2
RFC: Generic IR reductions
Yes, SVE can vectorize early exit loops by using speculative
(first-faulting) loads, which essentially give a predicate of the
lanes loaded successfully. For uncounted loops with these special
loads, the loop predicate tests can be done using a 'ptest'
instruction, checking if the last element is active.
Amara
On 3 February 2017 at 10:15, Simon Pilgrim <llvm-dev at redking.me.uk> wrote:
>
>> On 2 Feb 2017, at 01:06, Amara Emerson <amara.emerson at gmail.com> wrote:
>>>
>>> What stops us from doing so...
RFC: [X86] Can we begin removing AutoUpgrade support for x86 instrinsics added in early 3.X versions
2017 Sep 20
0
RFC: [X86] Can we begin removing AutoUpgrade support for x86 instrinsics added in early 3.X versions
...cases for this
> x86.avx2.pcmpeq.* - we have no test cases
> x86.avx2.pcmpgt.* - we have no test cases for this
> x86.avx.vpermil.* - we do test this
>
> 3.2 added upgrade for:
> x86.avx.movnt.* - we have tests for this
> x86.xop.vpcom* - we have tests for this
> x86.sse41.ptest.* had its signature chagned and we upgrade from the old
> signature. We don't have tests for the old signature.
> x86.xop.vfrcz.ss/sd had an argument dropped that we upgrade for. We don't
> have any tests for the old signature.
>
> 3.3 had no upgrades
>
> 3.4 removed:
&...
1999 Aug 18
1
Your message Re: Samba and printer comments (July 5 1999)
...hat we spool to directory (via
Jetdirect).
Output of lpq for a printer that spools to a Novell queue:
---
[root@vulcan HP2500]# lpq -Pbaboon
Printer: baboon is MRDS_HP4MV@mr.tait.co.nz
no entries
--
Output of lpq for a printer that it spooled to directly (Jetdirect):
--
[root@vulcan HP2500]# lpq -Ptest
Printer: test@vulcan 'VULCAN test'
Queue: no printable jobs in queue
Status: server finished at 15:03:51
--
In the above examples, the printer comment would be set to 'no entries'
for the top one ('baboon'), but would be set as defined in smb.conf for
the second one (...
2009 May 31
1
My Documents: Music shows, Pictures not so much
Hey all, I have a functioning Samba server in my test lab. All of my
must-haves are met.
My problem really boils down to a minor nuisance. Basically, when I log
the test users in and open My Documents I only see one folder: My Music.
Not that I really care but curiosity is killing me here and I can't
figure out why the My Pictures folder is not present also. On top of
that users love
2010 Oct 25
2
windows 7
Hello,
i'm using Samba Version : 2:3.5.5~dfsg-1~bpo50+2 from backports
Patch applied :
http://support.microsoft.com/kb/2171571
Key modified :
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\LanManWorkstation\Parameters]
"DNSNameResolutionRequired"=dword:00000000
"DomainCompatibilityMode"=dword:00000001