Displaying 6 results from an estimated 6 matches for "kozhukhov".
2009 Jul 23
1
tcp deamon and remote connection
...#39;s better to organize xapian
search while using cluster of 5 servers?
OS: FreeBSD 7.0-STABLE
xapian-core 1.0.11
Language: PHP 5.2.6 with Suhosin-Patch 0.9.6.2 (cli)
Xapian.php
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 1.3.32
--
Best Regards,
Sergey Kozhukhov
2013 Oct 23
0
Fwd: [dilos-dev] DilOS 1.3.4 has been release
Hi List,
Please refer below email from Igor Kozhukhov. Illumos ( DilOS ) is back as
dom0 for Xen. Give it a shot :)
Both PV and HVM guests are working well. Illumos ( DilOS ) also works as PV
guest with recent updates.
You can send dilos related queries to dilos-dev@lists.illumos.org.
Regards,
Rushikesh
-------- Original Message -------- Subject...
2012 Sep 22
0
xen-4.1.3 panic on solaris kernel dom0
...mos-gate
kernel.
I have made some changes and built debug build for testing.
As you can see on paster xen kernel have been loaded, but I have panic on
loading solaris kernel.
Could you please check logs from xen kernel (on top on paste) and let me
know if it have issues.
---
Best regards,
Igor Kozhukhov
IRC# igork
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
2016 Mar 02
4
Proposal for function vectorization and loop vectorization with function calls
...ttps://groups.google.com/forum/#!topic/x86-64-abi/LmppCfN1rZ4 ]]
3. The first paper on SIMD extensions and implementations:
"Compiling C/C++ SIMD Extensions for Function and Loop Vectorizaion on
Multicore-SIMD Processors" by Xinmin Tian, Hideki Saito, Milind Girkar,
Serguei Preis, Sergey Kozhukhov, et al., IPDPS Workshops 2012, pages 2349--2358
[[Note: the first implementation and the paper were done before VectorABI was
finalized with the GCC community and Redhat. The latest VectorABI
version for OpenMP 4.5 is ready to be published]]
Proposed Implementation
===============...
2016 Mar 02
2
Proposal for function vectorization and loop vectorization with function calls
...topic/x86-64-abi/LmppCfN1rZ4
> ]]
>
> 3. The first paper on SIMD extensions and implementations:
> "Compiling C/C++ SIMD Extensions for Function and Loop Vectorizaion on
> Multicore-SIMD Processors" by Xinmin Tian, Hideki Saito, Milind
> Girkar, Serguei Preis, Sergey Kozhukhov, et al., IPDPS Workshops 2012,
> pages 2349--2358
> [[Note: the first implementation and the paper were done before VectorABI was
> finalized with the GCC community and Redhat. The latest VectorABI
> version for OpenMP 4.5 is ready to be published]]
>
>
> Propo...
2016 Mar 02
5
RFC: Implementing the Swift calling convention in LLVM and Clang
> On Mar 2, 2016, at 1:33 AM, Renato Golin <renato.golin at linaro.org> wrote:
>
> On 2 March 2016 at 01:14, John McCall via llvm-dev
> <llvm-dev at lists.llvm.org> wrote:
>> Hi, all.
>> - We sometimes want to return more values in registers than the convention normally does, and we want to be able to use both integer and floating-point registers. For