search for: imad

Displaying 9 results from an estimated 9 matches for "imad".

Did you mean: ima
2014 Oct 24
3
[LLVMdev] IndVar widening in IndVarSimplify causing performance regression on GPU programs
...R4.CC, R4, 0x4; /*0070*/ IADD.X R5, R5, RZ; /*0078*/ @P0 BRA `(.L_1); With widening (12 instructions): .L_1: /*0050*/ IMUL.U32.U32 R6.CC, R4, R4; /*0058*/ IADD R0, R0, -0x1; /*0060*/ IMAD.U32.U32.HI.X R8.CC, R4, R4, RZ; /*0068*/ IMAD.U32.U32.X R8, R5, R4, R8; /*0070*/ IMAD.U32.U32 R7, R4, R5, R8; /*0078*/ IADD R4.CC, R4, 0x1; /*0088*/ ST.E [R2], R6; /*0090*/ IADD.X...
2001 Jul 26
1
ext3fs for kernel 2.4.2?
Hello, does anybody know if there is an ext3fs patch for kernel 2.4.2-2 that is shipped with redhat 7.1? I was abel to fins patches only for 2.4.6 and 2.4.7. Please try to help ASAP. Best regards, Imad Ossaily.
2011 Nov 18
2
Mail_quota plugin and LDAP on Dovecot 1.2
...2.4.23-7 OpenLDAP libraries ii libssl0.9.8 0.9.8o-4 SSL shared libraries the quota_imap plugin not working when I use against MailquotaSize Attribute of LDAP users. this setup works perfectly on lenny and dovecot-imapd 1:1.0.15-2.3 but on squeeze dovecot-imad 1:1.2.15-7 doesn't work, the service is up, but The quota does not display. In logs nothing happens the configuration in dovecot.conf below protocol imap { mail_plugins = quota imap_quota } protocol lda { mail_plugins = quota } userdb ldap { args = /etc/dovecot/dovecot-ldap.conf...
2017 Jun 13
1
[Mesa-dev] [RFC 0/9] Add precise/invariant semantics to TGSI
...t;> (sad maybe too?). (I'm actually wondering if the hw really can't do >> unfused float multiply+add as a single instruction but I know next to >> nothing about nvidia hw...) > > The compiler should reassociate a mul + add into a mad where possible. > In actuality, IMAD is actually super-slow... allegedly slower than > IMUL + IADD. Not sure why. Maxwell added a XMAD operation which is > faster but we haven't figured out how to operate it yet. I'm not aware > of a muladd version of fma on fermi and newer (GL 4.0). The tesla > series does have a...
2017 Jun 12
3
[Mesa-dev] [RFC 0/9] Add precise/invariant semantics to TGSI
This looks like the right idea to me too. It may sound a bit weird to do that per instruction, but d3d11 does that as well. (Some d3d versions just have a global flag basically forbidding or allowing any such fast math optimizations in the assembly, but I'm not actually sure everybody honors that without tesselation...) For 1/9: Reviewed-by: Roland Scheidegger <sroland at vmware.com>
2017 Jun 13
0
[Mesa-dev] [RFC 0/9] Add precise/invariant semantics to TGSI
...mad instruction for umad > (sad maybe too?). (I'm actually wondering if the hw really can't do > unfused float multiply+add as a single instruction but I know next to > nothing about nvidia hw...) The compiler should reassociate a mul + add into a mad where possible. In actuality, IMAD is actually super-slow... allegedly slower than IMUL + IADD. Not sure why. Maxwell added a XMAD operation which is faster but we haven't figured out how to operate it yet. I'm not aware of a muladd version of fma on fermi and newer (GL 4.0). The tesla series does have a floating point mul+a...
2001 Jul 03
1
WINE game compatability and "DOSe"?
...diocre lists with maybe a dozen games listed. Also, is there any kind of free DOS emulator for Linux, or should I just stick FreeDOS/Dr. DOS/MS-DOS(argh!) on another partition and go for dual booting again (I have a few old DOS games I pick up once in a blue moon)? Thanks for your help! Best, --Imad "(e)magius" Hussain _____________________________________________________________________ "I have put on the mask of the sorcerer to hide my true self, but I am revealed, for the mask has become my own face." -- Darrell Schweitzer, _The Mask of the Sorcerer_ ___________________...
2006 Mar 31
0
Samba 3.0.21c PDC with Sun Directory server 5.2
Hi, I'm installing samba on solaris 10 with sun directory server 5.2 i was able to have a bind between the ldap and samba, but i can't search any users and i cant join the domain. ANY ideas, or tips Thanks a lot Imad _________________________________________________________________ It's the future, it's here, and it's free: Windows Live Mail beta http://www2.imagine-msn.com/minisites/mail/Default.aspx?locale=en-us
2016 Jan 22
0
Wine release 1.9.2
...T_VIEW_DESC and CD3D11_SHADER_RESOURCE_VIEW_DESC declarations. Jactry Zeng (1): user32/tests: Fix a leak. Julian R?ger (1): po: Update German translation. J?zef Kucia (25): wined3d: Recognize SM4 ftou opcode. wined3d: Recognize SM4 ilt opcode. wined3d: Recognize SM4 imad opcode. wined3d: Recognize SM4 ine opcode. wined3d: Recognize SM4 ineg opcode. wined3d: Implement SM4 ftou instruction. wined3d: Reduce code duplication in shader_glsl_to_ functions. wined3d: Enable ARB_texture_query_levels extension. wined3d: Recognize SM4 resin...