search for: skylak

Displaying 20 results from an estimated 225 matches for "skylak".

Did you mean: skylake
2017 Feb 18
2
[RFC] Using Intel MPX to harden SafeStack
...017 The patched compiler was built with the current posted versions of my patches applied on top of the SVN IDs listed above. The following compiler settings in the SPEC CPU2006 cfg files were used for each configuration: COPTIMIZE: - Unpatched Base: -std=gnu89 -O2 -fno-strict-aliasing -march=skylake -mtune=skylake - Unpatched/Patched SafeStack: -std=gnu89 -O2 -fno-strict-aliasing -march=skylake -mtune=skylake -fsanitize=safe-stack - MPX: -std=gnu89 -O2 -fno-strict-aliasing -march=skylake -mtune=skylake -mseparate-stack-seg -fsanitize=safe-stack CXXOPTIMIZE: - Unpatched Base: -O2 -fno-s...
2017 Sep 14
1
Intel Skylake Server
CentOS 6.9 has support for the Haswell processor which is a subset of the Skylake. All Skylake server ancillary components work perfectly with CentOS 6.9. The AST2500 used with the Skylake is very good and will process UHD. However this is not backwards compatible with legacy variants. To make it work an ancillary graphics card is required which is less than $100. This wil...
2017 Sep 14
2
Intel Skylake Server
Hello, I have a pre-production Intel Skylake server using dual 8176 processors (28 core @2.1Ghz) I have loaded from the DVD distribution CentOS 7.3 and RHEL 7.4 with no problems. When I try and load CentOS 6.9 the boot process hangs just as the Anaconda graphics is started for CentOS configuration. If I use a secondary graphics card then...
2018 Dec 07
2
Usable and non-usable CPU models in nested virtualization
...surprising. But what surprises me is that those models are still reported from virConnectCompareCPU as supported (VIR_CPU_COMPARE_SUPERSET) in the nested environment and VMs can be started happily with them. For instance, virConnectGetDomainCapabilities reports <model usable='no'>Skylake-Client</model> but when I try to use that model anyway, the VM starts fine with it: <cpu mode='custom' match='exact' check='full'> <model fallback='forbid'>Skylake-Client</model> <topology sockets='16' cores='1'...
2017 Jun 05
2
Question
Hello, 1. Can you please tell me how can I find the type of my Intel Xeon?I see in LLVM code that Intel Xeon processors can be of type "core2", "penryn", "westmere", "skylake". 2. I also see that "skylake" can be a type and a subtype as well.How can I find out the subtype of my architecture? Looking forward for you answer. Thank you.Iulia On Sunday, June 4, 2017 7:11 PM, Tim Northover <t.p.northover at gmail.com> wrote: Hi Lulia, On 4 Ju...
2019 May 02
2
llvm is illegally vectorizing with a recurrence on skylake
Hi -- I have found a bug in an HPC code where llvm is vectorizing a loop on Skylake that has an obvious recurrence. I derived a small test case based on the original benchmark below: /*****************************************************************/ static void __attribute__ ((always_inline)) one( const int *restrict in, const int *const end, const unsigned shift, int *con...
2017 May 11
2
CentOS 6 / Intel CPU support
https://access.redhat.com/support/policy/intel shows mainly Xeon CPUs. What about Intel Core i7-6700 Quad-Core Skylake has the current EL6 variant support for it? Any experience? Feedback would be greatly appreciated. Thanks, LF
2017 May 31
2
CentOS 6.9 Skylake soft error
Hello, I have an Intel NUC6i5 (Skylake i5-6260u processor) running CentOS 6.9 and there are no real problems. However during boot an error occurs in dmesg where a PCH unknown device 0x9d48 is logged. How can I get rid of this error output? Thank you, Mark
2017 May 08
2
LLVM and Xeon Skylake v5
Hi, I have a JIT compiler using the legacy JIT on LLVM 3.5 that, when run on the Xeon v5 Skylakes produces "Cannot select: intrinsic %llvm.x86.sse41.round.sd". Note, this does not occur on i7 Kabylakes. To get this far I had to disable AVX512 code gen. Upgrading the system I am looking at from 3.5 to a later version is a big job that I'd prefer not to have on my critical path....
2018 Dec 11
2
Re: Usable and non-usable CPU models in nested virtualization
...gt; use virConnectCompareHypervisorCPU to check whether a given CPU can be > used on the host. > >> nested environment and VMs can be started happily with them. >> >> For instance, virConnectGetDomainCapabilities reports >> >> <model usable='no'>Skylake-Client</model> >> >> but when I try to use that model anyway, the VM starts fine with it: >> >> <cpu mode='custom' match='exact' check='full'> >> <model fallback='forbid'>Skylake-Client</model> >>...
2017 May 08
2
LLVM and Xeon Skylake v5
...d to patch up? Am I answering your questions? > On 8 May 2017, at 17:32, Craig Topper <craig.topper at gmail.com> wrote: > > I can try to help. > > Are you passing a CPU string or are you letting it autodetect the CPU using getHostCPUName? I don't see support detecting skylake or even avx-512 support in the autodetection code that far back. Are you doing the same thing for the i7 kabylake? How did you disable AVX-512 code gen? > > ~Craig > >> On Mon, May 8, 2017 at 9:21 AM, Andy Schneider via llvm-dev <llvm-dev at lists.llvm.org> wrote: >>...
2017 Jun 04
2
Question
Hello, Could someone please answer the following question: Does LLVM support code generation for Intel Processors? Which Intel processors are supported? I am interested especially in Intel Xeon Processor, but you can give me information about the others as well. Thank you,Iulia -------------- next part -------------- An HTML attachment was scrubbed... URL:
2017 May 08
2
LLVM and Xeon Skylake v5
...think. The CPU autodetection code lives in getHostCPUName in lib/Support/Host.cpp, but I don't think the JIT calls into. I think its expected the user would call it or pass a specific CPU string to the MCPU for the EngineBuilder. But getHostCPUName in LLVM 3.5 doesn't recognize Kabylake or Skylake. The Cannot select: means that an intrinsic was used but no pattern could be found in lib/Target/X86/X86GenDAGISel.inc that applies to the enabled feature set. We have separate patterns for that intrinsic for at least SSE4.1 and AVX1 in 3.5. So that implies that the EngineBuilder thinks your CPU...
2017 May 11
2
CentOS 6 / Intel CPU support
...eonfauster at googlemail.com>: > >> Am 11.05.2017 um 14:48 schrieb Leon Fauster <leonfauster at googlemail.com>: >> >> https://access.redhat.com/support/policy/intel >> >> shows mainly Xeon CPUs. What about >> >> Intel Core i7-6700 Quad-Core Skylake >> >> has the current EL6 variant support for it? >> >> Any experience? Feedback would be greatly appreciated. > > > I found this > > linux-2.6.32-696.1.1.el6/arch/x86/kernel/setup.c > > 796 if ((boot_cpu_data.x86_vendor == X86_VENDOR_INTEL) &...
2020 Sep 14
0
Re: [ovirt-users] Re: Testing ovirt 4.4.1 Nested KVM on Skylake-client (core i5) does not work
...ike a hard to reproduce libvirt bug. The strange thing is that after playing with the XML generated by virt-manager, using [x] Copy host CPU configuration Creating this XML: <cpu mode='custom' match='exact' check='full'> <model fallback='forbid'>Skylake-Client-IBRS</model> <vendor>Intel</vendor> <feature policy='require' name='ss'/> <feature policy='require' name='vmx'/> <feature policy='require' name='pdcm'/> <feature policy='require...
2017 May 31
3
CentOS 6.9 Skylake soft error
...kernel we are using is 2.6.32-696.el6.x86_64. Regards, Mark Woolfson MW Consultancy Ltd Leeds United Kingdom Tel: +44 113 259 1204 Mob: +44 786 065 2778 -----Original Message----- From: Andreas Benzler Sent: Wednesday, May 31, 2017 9:54 AM To: CentOS mailing list Subject: Re: [CentOS] CentOS 6.9 Skylake soft error Hello Mark, which kernel you use? Sometimes it is only an ?information?. Sincerely Andy > Am 31.05.2017 um 10:00 schrieb Mark (Netbook) <mrw at mwcltd.co.uk>: > > Hello, > > I have an Intel NUC6i5 (Skylake i5-6260u processor) running CentOS 6.9 and > there...
2017 Sep 19
8
upgrade or install to Centos 7.4.1708
...to 7.4 over the weekend.? Everything went well except that I can't login because the screen is black with a cursor. If reboot boot the 7.3 kernel 3.10.0-514.26.2.el7.x86_64 kernel everything works just fine, so my guess is that there's a kernel issue with the hardware, specifically the Skylake processor. Has anyone else run into this problem and if so can how I resolve the problem other than using the previous kernel? ASUSTeK COMPUTER INC.? Z170M-PLUS VGA compatible controller: Intel Corporation HD Graphics 530 (rev 06) Intel(R) Core(TM) i5-6600K CPU @ 3.50GHz Skylake Any help with...
2017 May 31
0
CentOS 6.9 Skylake soft error
...egards, > Mark Woolfson > MW Consultancy Ltd > Leeds > United Kingdom > Tel: +44 113 259 1204 > Mob: +44 786 065 2778 > -----Original Message----- From: Andreas Benzler > Sent: Wednesday, May 31, 2017 9:54 AM > To: CentOS mailing list > Subject: Re: [CentOS] CentOS 6.9 Skylake soft error > > Hello Mark, > > which kernel you use? Sometimes it is only an ?information?. > > Sincerely > > Andy > > >> Am 31.05.2017 um 10:00 schrieb Mark (Netbook) <mrw at mwcltd.co.uk>: >> >> Hello, >> >> I have an Inte...
2018 Jan 30
0
Intel Skylake
Hello, There was a support issue with the Intel Skylake and CentOS 6.* where the graphics hardware was not supported. Intel have now come up with a software solution to support the AST2500 graphics hardware on the Skylake. Regards, Mark Woolfson MW Consultancy Ltd Leeds LS18 4LY United Kingdom Tel: +44 113 259 1204 Mob: +44 786 065 2778 --- This em...
2018 Dec 11
0
Re: Usable and non-usable CPU models in nested virtualization
...provide on the host. You should use virConnectCompareHypervisorCPU to check whether a given CPU can be used on the host. > nested environment and VMs can be started happily with them. > > For instance, virConnectGetDomainCapabilities reports > > <model usable='no'>Skylake-Client</model> > > but when I try to use that model anyway, the VM starts fine with it: > > <cpu mode='custom' match='exact' check='full'> > <model fallback='forbid'>Skylake-Client</model> > <topology sockets=...