Displaying 9 results from an estimated 9 matches for "ykt".
Did you mean:
yet
2017 Aug 03
2
fatal error: clang/Basic/Version.inc: No such file or directory
...p://llvm.org/svn/llvm-project/clang-tools-extra/trunk/ extra
cd ../../../projects
svn co http://llvm.org/svn/llvm-project/compiler-rt/trunk compiler-rt
svn co http://llvm.org/svn/llvm-project/openmp/trunk openmp
svn co http://llvm.org/svn/llvm-project/lldb/trunk lldb
svn co https://github.com/clang-ykt/openmp libomptarget
cd ../..
rm -r build
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr/local/llvm-trunk \
-DCMAKE_BUILD_TYPE:STRING="Release" \
-DLLVM_PARALLEL_COMPILE_JOBS:STRING="4" \
-DLLVM_PARALLEL_LINK_JOBS:STRING="4" \
-DLLVM_TARGETS_TO...
2017 Nov 06
5
RFC: Debug info for Cuda
...--return-at-end” to “ptxas” call.
•ptxas is able to translate debug information only if -O0 optimization level is used. It means, that we can use optimization level in LLVM > O0, but still have to use O0 when calling ptxas compiler.
This approach was implemented in https://github.com/clang-ykt to support debug info emission for NVPTX target when generating code for OpenMP offloading constructs. You can try to use it.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20171106/851e24f8/attachment.html>...
2014 Jun 18
0
[Qemu-devel] Why I advise against using ivshmem
...FLirJWdwT9EMNaFcM+eRgIqDamFzviQPZVuLKdDUteO1k9x1s
FlhL3ZRa3qHair9ByEJItqzneAeYmuwZ2DkKh4p/HQfbcxLzZlL8a1EEtYz5DTy0
8+Ax6IU5U5RZmwJ4/M/Ov5eT4t/fNe0MbG3mf5A8FJ6GWoF11ut/wyj70p/EmXua
QjUblK/eFemN4YvIi0ovD4DR9ZH2+bXOb44wKL7yFahKLldaP4y9DhJTap2J0mT1
b62FfFZ6hVIGP5n30OHLlhe39QY6SyIPc4JNc9VZ3GcpXtfOHPUOAD/ykt/As1P3
cPfL+jM0QSb6VNJHNbvUsSlJ6xI26qEWzyJ5R7ww4fyEoq4XiE2RCDUWJ2t9/jQb
+Bi/esBUDhAduc1Eh3FK
=MtPH
-----END PGP SIGNATURE-----
2017 Nov 06
2
Debug info for Cuda
...s is able to translate debug information only if -O0
>> optimization level is used. It means, that we can use optimization
>> level in LLVM > O0, but still have to use O0 when calling ptxas
>> compiler.
>>
>> This approach was implemented in https://github.com/clang-ykt to support
>> debug info emission for NVPTX target when generating code for OpenMP
>> offloading constructs. You can try to use it.
> I haven't looked at your code but all the things you describe seem
> reasonably feasible. Certainly the details of what you want to do
> to...
2018 Apr 27
1
Introducing HardCloud @ FCCM 2018
Hi,
HardCloud (www.hardcloud.org) is an extension to the OpenMP 4.X standard
that seeks to ease the task of offloading IP-cores to FPGA accelerators in
CPU-FPGA architectures. This is achieved by two new clauses [use] and
[module] shown in the example below:
#pragma omp target device(HARP | HARPSIM | Catapult) map(to: X) map(from: Y)
#pragma omp parallel for use(hrw) module(loopback) check
2017 Nov 08
2
Debug info for Cuda
...s is able to translate debug information only if -O0
>> optimization level is used. It means, that we can use optimization
>> level in LLVM > O0, but still have to use O0 when calling ptxas
>> compiler.
>>
>> This approach was implemented in https://github.com/clang-ykt to support
>> debug info emission for NVPTX target when generating code for OpenMP
>> offloading constructs. You can try to use it.
> I haven't looked at your code but all the things you describe seem
> reasonably feasible. Certainly the details of what you want to do
> to...
2014 Jun 18
6
[Qemu-devel] Why I advise against using ivshmem
On Tue, Jun 17, 2014 at 11:44:11AM +0200, Paolo Bonzini wrote:
> Il 17/06/2014 11:03, David Marchand ha scritto:
> >>Unless someone steps up and maintains ivshmem, I think it should be
> >>deprecated and dropped from QEMU.
> >
> >Then I can maintain ivshmem for QEMU.
> >If this is ok, I will send a patch for MAINTAINERS file.
>
> Typically, adding
2014 Jun 18
6
[Qemu-devel] Why I advise against using ivshmem
On Tue, Jun 17, 2014 at 11:44:11AM +0200, Paolo Bonzini wrote:
> Il 17/06/2014 11:03, David Marchand ha scritto:
> >>Unless someone steps up and maintains ivshmem, I think it should be
> >>deprecated and dropped from QEMU.
> >
> >Then I can maintain ivshmem for QEMU.
> >If this is ok, I will send a patch for MAINTAINERS file.
>
> Typically, adding
2017 Aug 02
2
llvm-trunk errors with gcc-5.3.0 on SuSE Linux
...llvm-project/polly/trunk polly
cd clang/tools
svn co http://llvm.org/svn/llvm-project/clang-tools-extra/trunk/ extra
cd ../../../projects
svn co http://llvm.org/svn/llvm-project/compiler-rt/trunk compiler-rt
svn co http://llvm.org/svn/llvm-project/openmp/trunk openmp
svn co https://github.com/clang-ykt/openmp libomptarget
rm -r build
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr/local/llvm-trunk \
-DCMAKE_BUILD_TYPE:STRING="Release" \
-DLLVM_PARALLEL_COMPILE_JOBS:STRING="4" \
-DLLVM_PARALLEL_LINK_JOBS:STRING="4" \
-DLLVM_TARGETS_TO_BUILD:ST...