Displaying 20 results from an estimated 600 matches similar to: "CentOS-virt Digest, Vol 156, Issue 3"
2019 Apr 02
0
CMake support for Opus proposal (in addition to Autotools)
Thanks, it applies now. I think you'd also want to add some (all?) of
these files to EXTRA_DIST in Makefile.am, otherwise your cmake files
won't be included in release tarballs, which are generate using "make
dist". To test, you should try running run "make dist" to generate a
tarball yourself. From there, you try building the contents with your
cmake files and see if
2019 Apr 02
2
CMake support for Opus proposal (in addition to Autotools)
Hi,
Thanks for the quick feedback I have changed the name to avoid conflict.
Attached is the updated patch.
//Marcus
________________________________
From: Jean-Marc Valin <jmvalin at jmvalin.ca>
Sent: Tuesday, April 2, 2019 00:07
To: Marcus Asteborg; opus at xiph.org
Subject: Re: [opus] CMake support for Opus proposal (in addition to Autotools)
Hi Marcus,
There seems to be a conflict
2020 Sep 12
0
Centos + VM + public ip
On Mon, Sep 7, 2020 at 12:24 PM Yoram Halberstam
<yoram.halberstam at gmail.com> wrote:
>
> Hi,
>
> I've got a dedicated server with OVH and I'd like to host a public VM. I'd like Centos OS 7 or 8, I installed KVM already, I got the VM and bought the IP and created a virtual mac id. I know I have to bridge it somehow but I can't seem to find a proper tutorial. Do
2020 Mar 22
2
GSoC Interested student
Hi there Johannes!,
I was checking out the issue (about latency hiding when transferring
memory from host to device) you posted about a week ago, but it's not
there anymore. Did you remove it?.
Thanks.
Hamilton.
On 21/03/20 10:04 p. m., Hamilton Tobon Mosquera via llvm-dev wrote:
> Hi there!,
>
> Right now I'm starting with the project proposed by Johannes here:
>
2020 Mar 22
2
GSoC Interested student
Ahhh I understand. So I believe the project you posted is still opened.
Do you any advice on the question I posted before?.
Thank you.
On 22/03/20 1:26 p. m., Doerfert, Johannes wrote:
> I did not. The issues sections on GH was removed.
>
> ________________________________________
> From: Hamilton Tobon Mosquera <htobonm at eafit.edu.co>
> Sent: Sunday, March 22, 2020 12:21
2020 Mar 23
2
GSoC Interested student
Hi Johannes,
Yes, I'm highly interested, I already started. It would be nice if you post the details again. I didn't take note of them, I was always looking at the issue in GH.
The problem I'm facing right now is this:
The first task is identifying OpenMP API calls referred to device memory
allocation. I first understood how the compiler driver orchestrates the
process of offloading
2020 Mar 25
2
GSoC Interested student
Hi Johannes,
Sorry about the failing tests. I completely forgot about running all of
them, I only ran the tests for the openmp ipo transforms.
I found the GH issue in cache. I can post it here if you want.
I analyzed these runtime calls, __tgt_target_teams_[nowait]. What I
don't understand about the problem we want to solve (splitting the
memory transfer into issue and wait and legally
2020 Mar 29
2
GSoC Interested student
Hi Johannes,
I've been thinking on how to implement a solution for the problem and I
have some questions:
1. You mention in the problem description that the current asynchronous
functions can be used, and probably modified. The problem is that those
runtime functions with _nowait at the end are not asynchronous. Looking
at their implementations, they just wait for other tasks is there
2020 Apr 14
1
Opus CMake build support for Apple frameworks
Hi Simon,
Please create a pull request here: https://github.com/xnorpx/opus/pulls
Also please add a buildconfig here that exercise the BUILD_FRAMEWORK option: https://github.com/xnorpx/opus/blob/master/.github/workflows/build.yml
[https://avatars2.githubusercontent.com/u/302709?s=400&v=4]<https://github.com/xnorpx/opus/blob/master/.github/workflows/build.yml>
2019 Apr 10
0
CMake support for Opus proposal (in addition to Autotools)
Hi,
It looks like cmake currently defaults to no optimization, which I think
is a bit unexpected for most users. I don't know how to do that in
cmake, but it would be good to default to a "release" build with
optimizations. Can you have a patch to do that?
Also, is there a way to manually add flags to the compiler (like setting
CFLAGS with autotools)?
Cheers,
Jean-Marc
On
2020 Apr 07
2
GSoC Interested student
Hi Johannes,
In order to create the testcases with the FIXMEs showing how it should
look after the transformation, I've been trying to come up with a way of
splitting the runtime call __tgt_target_teams based on Silei's recent
patch D77005. I like the idea of using its asynchronous version
__tgt_target_teams_nowait, but I think we would have to modify it,
either to return the
2020 Apr 14
0
Opus CMake build support for Apple frameworks
Hi Marcus,
When building shared libraries for macOS / iOS /tvOS, by default `.dylib`
shared libraries will be generated. With this patch `BUILD_FRAMEWORK` is
exposed as an option allowing the user to specify that a `.framework`
bundle should be built instead of a standalone `.dylib` file. Enabling the
option sets the necessary target properties to instruct CMake to do this.
The Ogg CMake build
2019 Dec 12
0
opus Digest, Vol 128, Issue 4
Hi Max,
cmake .. -G "Visual Studio 16 2019" -A ARM64 -DBUILD_SHARED_LIBS=ON -DBUILD_TESTING=ON
cmake --build . -j 10
Is building for me, but I don't have any Windows Arm64 device so cannot test it.
Note that: Neon will not work on windows out of the box builds due renamed header:
2020 Mar 19
2
GSoC Interested student
Hi Hamilton,
I personally don't believe the effort to make the IR "parallelism-aware" is worth it right now.
What I propose is something else, see for example https://youtu.be/zfiHaPaoQPc and the OpenMPOpt pass.
There are multiple bigger tasks towards better offloading, one of which is described here https://github.com/llvm/llvm-project/issues/180
It might be interesting to add the
2019 Apr 02
2
CMake support for Opus proposal (in addition to Autotools)
Right that I had completely missed, I have added the files and verified that it builds with CMake from the tar on Linux (out of the git repo)
I am parsing the package_version file from the tarball if it exists so it should maintain the version info.
//Marcus
________________________________
From: Jean-Marc Valin <jmvalin at jmvalin.ca>
Sent: Tuesday, April 2, 2019 11:38
To: Marcus
2020 Apr 10
2
Opus CMake build support for Apple frameworks
Hi Simon,
CMake 3.14 add support for crosscompiling iOS, tvOS and watchOS
https://cmake.org/cmake/help/v3.14/manual/cmake-toolchains.7.html#cross-compiling-for-ios-tvos-or-watchos
Can you clarify what your patch does?
//Marcus
cmake-toolchains(7) — CMake 3.14.7 Documentation<https://cmake.org/cmake/help/v3.14/manual/cmake-toolchains.7.html#cross-compiling-for-ios-tvos-or-watchos>
The
2019 May 02
0
Disco Dingo repository issues
On 5/2/19 1:01 PM, Willem Ligtenberg wrote:
> Hi,
>
> I have just installed Ubuntu 19.04 (Disco Dingo) and after adding the following repo:
> deb
2018 Nov 08
3
Passing stack pointer to statepoint-gc
Sorry, what does "PC" mean here?
________________________________
From: Philip Reames <listmail at philipreames.com>
Sent: Thursday, November 8, 2018 7:27 AM
To: Jordan Rudd; llvm-dev at lists.llvm.org
Subject: Re: [llvm-dev] Passing stack pointer to statepoint-gc
Jordon,
First of all, StackMaps are keyed by PC, not by SP. Each entry corresponds to given location within the
2020 Sep 07
3
Centos + VM + public ip
Hi,
I've got a dedicated server with OVH and I'd like to host a public VM. I'd
like Centos OS 7 or 8, I installed KVM already, I got the VM and bought the
IP and created a virtual mac id. I know I have to bridge it somehow but I
can't seem to find a proper tutorial. Do you know where to start?
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2020 Jun 12
0
Misc patches
Verified that intrin0.h was available in 1910, by building it locally on VS2017 version 15.0
MSVC++ 14.1 _MSC_VER == 1910 (Visual Studio 2017 version 15.0)
https://en.wikipedia.org/wiki/Microsoft_Visual_C%2B%2B
//Marcus
________________________________
From: Marcus Asteborg <xnorpx at outlook.com>
Sent: Thursday, June 11, 2020 20:15
To: Ralph Giles <giles at thaumas.net>; opus at