search for: 6700k

Displaying 7 results from an estimated 7 matches for "6700k".

Did you mean: 6700
2017 Aug 16
1
Heroic LLVM optimizations
I'll be interested in seeing the improvements. As a reference, this is what I get in an Intel 6700K when I compare gcc 5.4 (Ofast flto) vs published Intel results. 23x in libquantum, and over 40% in many benchmarks. I think that it is mostly from AoS vs SoA and loop transformations. 5.4 OfastICCperlbench12.9812.100.93bzip27.647.851.03gcc12.3011.000.89mcf14.0821.781.55gobmk8.308.981.08hmmer9...
2020 Sep 01
2
Vector evolution?
...1 1c8: c5 f8 29 4c 07 70 vmovaps %xmm1,0x70(%rdi,%rax,1) 1ce: 48 83 e8 80 sub $0xffffffffffffff80,%rax 1d2: 48 3d 00 10 00 00 cmp $0x1000,%rax 1d8: 75 96 jne 170 <_Z4fct6PDv4_f+0x10> 1da: c3 retq My CPU being Intel(R) Core(TM) i7-6700K CPU @ 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: 00000000...
2016 Jan 30
1
[Bug 93932] New: Xorg/Nouveau crashes with Segmentation fault when setting i7-Skylake iGPU as primary grapics device in BIOS
...om QA Contact: xorg-team at lists.x.org Created attachment 121404 --> https://bugs.freedesktop.org/attachment.cgi?id=121404&action=edit Apport crash dump Xorg/Nouveau crashes with Segmentation fault when setting i7-Skylake iGPU as primary grapics device in BIOS Hardware: CPU: i7-6700k (Intel HD Graphics 530) MB: Asus H110M2 D3 GPU: NVIDIA GeForce GTX 750ti How to reproduce: - Install fresh Ubuntu Gnome 15.10 (Side note, graphic issues with standard drivers, goes away with NVIDIA drivers so no big problem there) - Install Kernel 4.3.4 - Install Intel drivers / compile and instal...
2017 Aug 16
2
Heroic LLVM optimizations
Hi Tobias- The loop fusion you mention is the one in libquantum/cpu2006 ? Or something else in cpu2017 ? -Thx Dibyendu -----Original Message----- From: llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] On Behalf Of Tobias Grosser via llvm-dev Sent: Wednesday, August 16, 2017 10:10 AM To: renau at uncore.io; llvm-dev at lists.llvm.org Subject: Re: [llvm-dev] Heroic LLVM optimizations Hi
2024 Jan 20
0
NUT and Eaton UPS produce a lot of error messages
...friend until tomorrow but if you give >> me a checklist of the information you need, I will gladly gather all >> that I can find. My computer is not a Raspberry Pi although I own >> several models of the little guys. My file server is simply my former >> workstation (Skylake 6700K, 32 GB RAM, Broadcom 3008 HBA, Intel 10GBE >> NIC). It runs all the time and never goes into suspend or >> energy-saving mode.It has a btrfs-filesystem with 6 hard drives and >> about 100TB Brutto capacity. >> >> This is the output I get when I plug the USB connection...
2016 Jul 23
3
[RFC] One or many git repositories?
> On Jul 22, 2016, at 7:28 PM, Mehdi Amini via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > >> On Jul 22, 2016, at 12:31 AM, David Chisnall <David.Chisnall at cl.cam.ac.uk> wrote: >> >> On 22 Jul 2016, at 07:14, Mehdi Amini via llvm-dev <llvm-dev at lists.llvm.org> wrote: >>> >>> Just tried to set it up there:
2016 Apr 27
3
[cfe-dev] Fwd: Raising CMake minimum version to 3.4.3
cmake is a big dependency, but it doesn't seem to have many dependencies itself. They say it's just a C++ compiler and a make (not necessarily gnu). Probably there are one or two more than that :-) A shell, for a start; git or tar/gzip etc. The current *nix source tarball is 6.4 MB gzipped. Just for fun I grabbed it and tried building on four machines: - 3.4 GHz i7 3770 with Ubuntu