Displaying 4 results from an estimated 4 matches for "piplelin".
Did you mean:
pipleline
2015 May 14
2
Container Pipeline placeholder
On Thu, May 14, 2015 at 7:35 AM, Joe Brockmeier <jzb at redhat.com> wrote:
> On 05/12/2015 06:13 AM, Karanbir Singh wrote:
>> Hi,
>>
>> I've created http://wiki.centos.org/ContainerPipleline as a placeholder
>> to start populating about the pipeline. Although this will run from
>> ci.centos.org hosted infra ( http://wiki.centos.org/QaWiki/CI ) - and it
>> will form a sort of ecocystem test + release process, I think it
>> deserves scope beyond being just under...
2015 May 12
4
Container Pipeline placeholder
Hi,
I've created http://wiki.centos.org/ContainerPipleline as a placeholder
to start populating about the pipeline. Although this will run from
ci.centos.org hosted infra ( http://wiki.centos.org/QaWiki/CI ) - and it
will form a sort of ecocystem test + release process, I think it
deserves scope beyond being just under the CI namespace.
- KB
--
Karanbi...
2015 May 14
0
Container Pipeline placeholder
On 05/12/2015 06:13 AM, Karanbir Singh wrote:
> Hi,
>
> I've created http://wiki.centos.org/ContainerPipleline as a placeholder
> to start populating about the pipeline. Although this will run from
> ci.centos.org hosted infra ( http://wiki.centos.org/QaWiki/CI ) - and it
> will form a sort of ecocystem test + release process, I think it
> deserves scope beyond being just under the CI namespace...
2013 Oct 09
2
[LLVMdev] Backend vs JIT : GPU
Hi guys,
I am understanding OpenCL compilation flow on GPU in order to develop
OpenCL runtime for a new hardware.
I understood that OpenCL compiler is part of a vendor's runtime library
which is the heart of OpenCL. Since OpenCL kernel is compiled at runtime,
hence at high level its compilation takes place in two steps:
i. source code is first converted to intermediate code.
ii.