search for: 1e0

Displaying 20 results from an estimated 43 matches for "1e0".

Did you mean: 10
2016 Oct 14
3
[test-suite] making polybench/symm succeed with "-Ofast" and "-ffp-contract=on"
...;> > -Ofast -ffp-contract=off >> >> Let's separate completely FP-contract and fast-math. They're >> different >> things and need different solutions. >> >> >> > if(TEST_SUITE_USES_FAST_MATH) >> > add_definitions(-DFP_ABSTOLERANCE=1e0) >> > else() >> > add_definitions(-DFP_ABSTOLERANCE=1e-5) >> > endif() >> >> This doesn't make sense. If my program decreased precision by 5 >> orders >> of magnitude with -ffast-math, I'd be *very* worried. > > Is this an absolute...
2016 Oct 14
2
[test-suite] making polybench/symm succeed with "-Ofast" and "-ffp-contract=on"
...ontract=on > > They are not passing at: > -Ofast -ffp-contract=on > -Ofast -ffp-contract=off Let's separate completely FP-contract and fast-math. They're different things and need different solutions. > if(TEST_SUITE_USES_FAST_MATH) > add_definitions(-DFP_ABSTOLERANCE=1e0) > else() > add_definitions(-DFP_ABSTOLERANCE=1e-5) > endif() This doesn't make sense. If my program decreased precision by 5 orders of magnitude with -ffast-math, I'd be *very* worried. I hope that fast-math in Clang isn't that broken, so that's probably to do with the...
2004 Mar 03
0
consistent crash with data=journal
...c3f9b800 ccdc6780 da4cb800 Call Trace: [<c0176b64>] [<c01769f0>] [<c01072ee>] [<c0176a10>] Code: 0f 0b f7 02 aa ff 29 c0 e9 1b fe ff ff 89 1c 24 8b 4c 24 28 >>EIP; c0174064 <journal_commit_transaction+924/11c0> <===== Trace; c0176b64 <kjournald+154/1e0> Trace; c01769f0 <commit_timeout+0/10> Trace; c01072ee <arch_kernel_thread+2e/40> Trace; c0176a10 <kjournald+0/1e0> Code; c0174064 <journal_commit_transaction+924/11c0> 00000000 <_EIP>: Code; c0174064 <journal_commit_transaction+924/11c0> <===== 0:...
2016 Oct 12
4
[test-suite] making polybench/symm succeed with "-Ofast" and "-ffp-contract=on"
On Wed, Oct 12, 2016 at 10:53 AM, Hal Finkel <hfinkel at anl.gov> wrote: > I don't think that Clang/LLVM uses it by default on x86_64. If you're using -Ofast, however, that would explain it. I recommend looking at -O3 vs -O0 and make sure those are the same. -Ofast enables -ffast-math, which can legitimately cause differences. > The following tests pass at "-O3" and
2004 Mar 04
0
Ext3-users digest, Vol 1 #1063 - 1 msg
...da4cb800 >Call Trace: [<c0176b64>] [<c01769f0>] [<c01072ee>] [<c0176a10>] >Code: 0f 0b f7 02 aa ff 29 c0 e9 1b fe ff ff 89 1c 24 8b 4c 24 28 > > >>EIP; c0174064 <journal_commit_transaction+924/11c0> <===== >Trace; c0176b64 <kjournald+154/1e0> >Trace; c01769f0 <commit_timeout+0/10> >Trace; c01072ee <arch_kernel_thread+2e/40> >Trace; c0176a10 <kjournald+0/1e0> >Code; c0174064 <journal_commit_transaction+924/11c0> >00000000 <_EIP>: >Code; c0174064 <journal_commit_transaction+924/11c0...
2002 Mar 27
1
assertion in journal_start
...e <balance_classzone+5e/1b0> Trace; c013073b <__alloc_pages+11b/180> Trace; c0128f69 <do_generic_file_read+349/460> Trace; c01293cc <generic_file_read+7c/130> Trace; c0129270 <file_read_actor+0/e0> Trace; c01506f1 <read_dquot+91/100> Trace; c0150c9f <dqget+15f/1e0> Trace; c0151856 <dquot_initialize+a6/180> Trace; c015cf7b <ext3_new_inode+8cb/a10> Trace; c016bc77 <__jbd_kmalloc+27/80> Trace; c0165874 <start_this_handle+114/150> Trace; c016595c <journal_start+ac/d0> Trace; c0161951 <ext3_create+81/110> Trace; c014239a &lt...
2020 Sep 01
2
Vector evolution?
...@ 4.00GHz, I have AVX2. So should the compiler understand the loop and upgrade the vector width? On the other hand if I do the following loop: void fct7(float *x) { #pragma clang loop vectorize(enable) for (int i = 0; i < 4 * 256; ++i) x[i] = 7 * x[i]; } It compiles it to: 00000000000001e0 <_Z4fct7Pf>: 1e0: 31 c0 xor %eax,%eax 1e2: c4 e2 7d 18 05 00 00 vbroadcastss 0x0(%rip),%ymm0 # 1eb <_Z4fct7Pf+0xb> 1e9: 00 00 1eb: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) 1f0: c5 fc 59 0c 87 vmulps (%rdi,%rax,4),%ymm0,%ymm1 1f5: c5 fc 59 54 87...
2016 Oct 20
2
[test-suite] making polybench/symm succeed with "-Ofast" and "-ffp-contract=on"
On Fri, Oct 14, 2016 at 6:10 PM, Hal Finkel <hfinkel at anl.gov> wrote: >> polybench/linear-algebra/kernels/symm, FP_ABSTOLERANCE=1e1 >> polybench/linear-algebra/solvers/gramschmidt, FP_ABSTOLERANCE=1e0 >> What should be a good relative tolerance to set for these two tests? > > What's the minimum relative tolerance that you need for them to pass? Setting FP_ABSTOLERANCE=1e-5, the two tests are passing when compiled with -Ofast for the following relative tolerance: polybench/linea...
2001 Aug 02
0
ext3 0.0.7a Assertion
...; Trace; 8809f1d3 <[nfsd]nfsd_write+3b/418> Trace; 801903de <udp_rcv+1f2/220> Trace; 8017f1ca <ip_local_deliver+242/298> Trace; 8017f4d9 <ip_rcv+2b9/2f0> Trace; 801947f0 <inet_sendmsg+0/90> Trace; 8017020d <net_bh+175/1d0> Trace; 880c32c8 <[nfsd]nfscache+18768/1e01f> Trace; 880aa540 <[nfsd]nfsd_procedures3+e0/2c0> Trace; 880a41b3 <[nfsd]nfsd3_proc_write+bb/d4> Trace; 880aa540 <[nfsd]nfsd_procedures3+e0/2c0> Trace; 8809c3f1 <[nfsd]nfsd_dispatch+d5/164> Trace; 880aa540 <[nfsd]nfsd_procedures3+e0/2c0> Trace; 88085958 <[sunrpc...
2010 Jul 14
1
question about SVM in e1071
Hi, I have a question about the parameter C (cost) in svm function in e1071. I thought larger C is prone to overfitting than smaller C, and hence leads to more support vectors. However, using the Wisconsin breast cancer example on the link: http://planatscher.net/svmtut/svmtut.html I found that the largest cost have fewest support vectors, which is contrary to what I think. please see the scripts
2016 Oct 12
8
[test-suite] making polybench/symm succeed with "-Ofast" and "-ffp-contract=on"
On 12 October 2016 at 14:26, Sebastian Pop <sebpop.llvm at gmail.com> wrote: > Correct me if I misunderstood: you would be ok changing the > reference output to exactly match the output of "-O0 -ffp-contract=off". No, that's not at all what I said. Matching identical outputs to FP tests makes no sense because there's *always* an error bar. The output of O0, O1, O2,
2008 Apr 30
0
pdc logon failed without samba error
...5D 75 88 29 37 34 AE AE 7D 93 75 48 EF D8 5D A6 ]u.)74.. }.uH..]. [1B0] 4B 31 2A AB 48 20 F2 90 2D 34 20 E0 01 8C 0F C9 K1*.H .. -4 ..... [1C0] 1A 86 34 5D 52 08 C0 9D 18 C6 8F 58 91 1F AC 51 ..4]R... ...X...Q [1D0] 89 33 8D 71 5E D8 C2 30 CF 54 C6 64 37 34 9A 79 .3.q^..0 .T.d74.y [1E0] D7 0B 63 F2 B9 66 5B 27 11 DF 7E 2C B3 1D 8A AB ..c..f[' ..~,.... [1F0] 94 2A 8F 9C 41 D2 60 A5 59 F4 F1 64 7B 0C 7B 6F .*..A.`. Y..d{.{o [2008/04/30 15:26:50, 10] smbd/process.c:setup_select_timeout(1372) change_notify_timeout: -1 [2008/04/30 15:26:50, 10] smbd/process.c:run_events(29...
2006 Feb 01
3
No access check deleting printer drivers
Hello list! On all my samba installations (3.0.20b) I can delete all unused printer drivers with rpcclient regardless which user name or password i use. Is this a general feature or might it depend on my settings? Thanks, Martin -- Martin Zielinski mz@seh.de Software Development SEH Computertechnik GmbH www.seh.de
2005 Feb 13
2
3.0.11/MirOS password change problem
Hi! Does this sound familiar, before I try to look deeper into it? [2005/02/13 20:10:16, 0] /usr/ports/net/samba/w-samba-3.0.11/samba-3.0.11/source/libsmb/smbencrypt.c:decode_pw_buffer(539) decode_pw_buffer: incorrect password length (1251354155).
2001 Mar 16
0
Some Users Work - Some don't (fwd)
...:38:06, 10] lib/util.c:dump_data(2926) [1C0] 50 4D 20 52 52 20 44 42 43 6C 6F 73 65 41 6C 6C PM RR DB CloseAll [2001/03/16 03:38:06, 10] lib/util.c:dump_data(2926) [1D0] 20 45 72 72 6F 72 20 37 35 20 2D 20 50 61 74 68 Error 7 5 - Path [2001/03/16 03:38:06, 10] lib/util.c:dump_data(2926) [1E0] 2F 46 69 6C 65 20 61 63 63 65 73 73 20 65 72 72 /File ac cess err [2001/03/16 03:38:06, 10] lib/util.c:dump_data(2926) [1F0] 6F 72 0D 0A 30 33 2F 31 33 2F 32 30 30 31 20 35 or..03/1 3/2001 5 [2001/03/16 03:38:06, 3] smbd/process.c:switch_message(448) switch message SMBwrite (pid 24425) [20...
2004 Aug 12
3
Compatibility with NetApp DataONTAP filers?
Good ${time of the day} I have just been wondering if anyone would know if Samba is compatible with the CIFS implementation of the Network Appliance DataONTAP filers? http://www.netapp.com/products/filer/ontap.html I have so far unable to connect to any shared folder on the NetApp filer that require authentication. An attempt to access or list shared resources on the NetApp filer fails with the
2002 Jan 21
2
Assertion Failure
...41 10 04 0f 85 >>EIP; e094e940 <[lockd]nlmsvc_decode_testargs+b8/1f0> <===== Trace; e0954980 <[lockd].rodata.end+1b8/1c0> Trace; e0954bc6 <[lockd]nlmsvc_procedures+186/300> Trace; e0954960 <[lockd].rodata.end+198/1c0> Trace; e0954c20 <[lockd]nlmsvc_procedures+1e0/300> Trace; e094ece4 <[lockd]nlmsvc_decode_lockargs+22c/230> Trace; e095dc08 <[nfsd]exp_delclient+6c/84> Trace; e094e348 <[lockd]nsm_mon_unmon+88/9c> Trace; e095c01c <[nfsd]nfsd_link+204/2e0> Trace; e095e3ec <[nfsd]nfsd_cache_lookup+c0/2a4> Trace; c01441c8 <dput+...
2016 Nov 05
3
Avago (LSI) SAS-3 controller, poor performance on CentOS 7
...Capabilities: [68] Express Endpoint, MSI 00 Capabilities: [d0] Vital Product Data Capabilities: [a8] MSI: Enable- Count=1/1 Maskable+ 64bit+ Capabilities: [c0] MSI-X: Enable+ Count=96 Masked- Capabilities: [100] Advanced Error Reporting Capabilities: [1e0] #19 Capabilities: [1c0] Power Budgeting <?> Capabilities: [190] #16 Capabilities: [148] Alternative Routing-ID Interpretation (ARI) Kernel driver in use: mpt3sas CentOS 6: # dmesg | grep -i mpt mpt3sas version 09.102.00.00-rh loaded mpt3sas 0000:01:00.0...
2007 Jan 10
0
winxp client - directory listing fails
...00 32 00 4F 00 52 00 4D 00 39 00 7E 00 4F 00 2E .2.O.R.M .9.~.O.. [1B0] 00 4C 00 42 00 4C 00 72 00 65 00 74 00 75 00 72 .L.B.L.r .e.t.u.r [1C0] 00 6E 00 20 00 6C 00 61 00 62 00 65 00 6C 00 73 .n. .l.a .b.e.l.s [1D0] 00 2E 00 6C 00 62 00 6C 00 70 00 00 00 00 00 00 ...l.b.l .p...... [1E0] 00 00 EB 29 69 88 FE C6 01 80 8F 6E AB 6D 18 C7 ...)i... ...n.m.. [1F0] 01 00 EB 29 69 88 FE C6 01 00 EB 29 69 88 FE C6 ...)i... ...)i... [2007/01/10 10:58:42, 4] smbd/trans2.c:call_trans2findfirst(1864) SMBtrans2 mask=* directory=tmp/scarter dirtype=22 numentries=24 [2007/01/10 10:58:42,...
1998 Aug 01
0
smbpasswd and nmbd don't call my password program
...] 17 79 D5 0B 3E 54 E2 EE 24 23 B5 DF 33 DB D8 0A .y..>T.. $#..3... [1B0] 34 3B 9B 03 AC E5 B6 B7 3F 37 1A FA 1E 52 C0 A1 4;...... ?7...R.. [1C0] 67 86 66 15 FC 18 05 9E 10 1B 73 D2 AE 5A F5 88 g.f..... ..s..Z.. [1D0] 7F AC 6B 48 C9 ED 2F 57 EB 69 66 F8 85 DA 4B BD ..kH../W .if...K. [1E0] 57 8A 65 96 78 B4 9A 60 60 80 99 38 42 A8 13 D8 W.e.x..` `..8B... [1F0] 93 0A BF A1 8D 75 E0 9D 64 08 9B 26 19 BB C7 64 .....u.. d..&...d switch message SMBtrans (pid 2499) become_user uid=(0,500) gid=(500,500) chdir to /tmp trans <\PIPE\LANMAN> data=532 params=23 setup=0 calli...