search for: elad2

Displaying 5 results from an estimated 5 matches for "elad2".

Did you mean: elad
2017 Jul 31
2
[LNT] new server instance http://lnt.llvm.org seems unstable
Hi, The new LNT server instance http://lnt.llvm.org seems to fail in many cases. Any entrance to a 'Run page' (e.g. http://lnt.llvm.org/db_default/v4/nts/62475) and lately also many perf bots result submissions (e.g. http://lab.llvm.org:8014/builders/clang-native-arm-lnt-perf/builds/2262/steps/test-suite/logs/stdio ) fails with: "500 Internal Server Error". Any ideas? Thanks,
2017 Jul 31
1
[LNT] new server instance http://lnt.llvm.org seems unstable
...d some improvements to LNT to report back problems from the server side rather than a generic "500 internal server error" in case of errors. This should become active the next time lnt.llvm.org <http://lnt.llvm.org/> is updated. - Matthias > On Jul 31, 2017, at 12:10 AM, Cohen, Elad2 via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Hi, > > The new LNT server instance http://lnt.llvm.org <http://lnt.llvm.org/> seems to fail in many cases. > Any entrance to a ‘Run page’ (e.g. http://lnt.llvm.org/db_default/v4/nts/62475 <http://lnt.llvm.org/db_d...
2017 Oct 17
3
[RFC] Adding Intrinsics for Masked Vector Integer Division and Remainder
Introduction ========== We would like to add support for masked vector signed/unsigned integer division and remainder in the LLVM IR by introducing new target-independent intrinsics. This follows similar work which was done already for masked vector loads and stores - http://lists.llvm.org/pipermail/llvm-dev/2014-October/078059.html. Another relevant reference is the masked scatter/gather
2017 Aug 06
2
Staging buildmaster down?
Hey all, It seems that the main buildmaster here is working fine http://lab.llvm.org:8011/ However, I have a 'connection refused' error whilst connecting to the staging buildmaster http://lab.llvm.org:8014/ Are you aware of this Victor and Galina? -------------- next part -------------- An HTML attachment was scrubbed... URL:
2017 Mar 25
5
Modules Maintaining or Removing
Hallo all, I was trying to Build LLVM with the cmake option LLVM_ENABLE_MODULES just out of curiosity. I used the RELEASE_400/final tag. It didn't work as I almost expected. So I'm wondering if the modulemaps aren't maintained anymore? If they aren't maintained anymore, why aren't they removed and that cmake option also removed?