search for: openmpsupport

Displaying 6 results from an estimated 6 matches for "openmpsupport".

2016 Jul 15
3
[PATCH 1/4] Create a simple project to create version.h to run before any other
Avoids trying to create and replace version.h more than once which led to file-locking errors with multicore builds. --- Makefile.am | 1 + win32/VS2015/celt.vcxproj | 48 +++++++++++++++++--------- win32/VS2015/generate_version.vcxproj | 65 +++++++++++++++++++++++++++++++++++ win32/VS2015/opus.sln | 32 ++++++++++++++++-
2016 Sep 09
2
[PATCH 1/3] appveyor: include opus.dll and opus.exp files if available
Using -i should prevent failing if the files don't exist. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index c85b0b1..ad9c6c0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,7 +17,7 @@ build: verbosity: minimal after_build: -- cmd: 7z a opus.zip win32\VS2015\%PLATFORM%\%CONFIGURATION%\opus.lib include\*.h +- cmd: 7z
2019 Jun 06
5
Webpage to track implementation status of OpenMP features
Long story short: We want to create a webpage under llvm.org that shows the implementation status of OpenMP features, similar to https://clang.llvm.org/cxx_status.html . Please let me know if you have wishes, questions, or concerns. Cheers, Johannes
2019 Jun 06
2
Webpage to track implementation status of OpenMP features
...njo.de>> Sent: Thursday, June 6, 2019 2:20:21 AM To: Doerfert, Johannes Cc: llvm-dev; kli at ca.ibm.com<mailto:kli at ca.ibm.com>; Narayanaswamy, Ravi Subject: Re: [llvm-dev] Webpage to track implementation status of OpenMP features Hi Johannnes, there's http://clang.llvm.org/docs/OpenMPSupport.html. If that page is missing some information, they should be added. Jonas On 2019-06-06 05:04, Doerfert, Johannes via llvm-dev wrote: > Long story short: > We want to create a webpage under llvm.org<http://llvm.org> that shows the > implementation status of OpenMP features, simil...
2019 Jun 06
2
Webpage to track implementation status of OpenMP features
...li at ca.ibm.com<mailto:kli at ca.ibm.com>; Narayanaswamy, >>> Ravi >>> Subject: Re: [llvm-dev] Webpage to track implementation status of >>> OpenMP features >>> >>> Hi Johannnes, >>> >>> there's http://clang.llvm.org/docs/OpenMPSupport.html. If that page >>> is missing some information, they should be added. >>> >>> Jonas >>> >>>> On 2019-06-06 05:04, Doerfert, Johannes via llvm-dev wrote: >>>> Long story short: >>>> We want to create a webpage under llvm....
2019 Jun 06
2
Webpage to track implementation status of OpenMP features
...To: Doerfert, Johannes >> Cc: llvm-dev; kli at ca.ibm.com<mailto:kli at ca.ibm.com>; Narayanaswamy, Ravi >> Subject: Re: [llvm-dev] Webpage to track implementation status of OpenMP features >> >> Hi Johannnes, >> >> there's http://clang.llvm.org/docs/OpenMPSupport.html. If that page is >> missing some information, they should be added. >> >> Jonas >> >>> On 2019-06-06 05:04, Doerfert, Johannes via llvm-dev wrote: >>> Long story short: >>> We want to create a webpage under llvm.org<http://llvm.org> th...