Displaying 6 results from an estimated 6 matches for "sc16".
Did you mean:
rc16
2016 May 25
2
LLVM-HPC2016 Workshop at SC16 - Call for papers
...LLVM-HPC2016:
The Third Workshop on the LLVM Compiler Infrastructure in HPC
http://llvm-hpc3-workshop.github.io/
November 14th, 2016, Salt Lake City, UT
In conjunction with the
2016 ACM/IEEE Supercomputing Conference (SC16)
=================================================================
The third annual LLVM in HPC Workshop, held in conjunction with SC16 and in
cooperation with SIGHPC.
LLVM, winner of the 2012 ACM Software System Award, has become an integral part
of the software-development ecosystem for optimi...
2016 Oct 08
3
LLVM Social in Salt Lake City, UT (Nov. 14th)?
Hi everyone,
On Monday, November 14, 2016 the LLVM in HPC workshop will be held in Salt Lake City, Utah (in conjunction with the SC16 conference). For last year's workshop, which was in Austin, we held an LLVM social the evening of the workshop, and I think that turned out really well. If you'll be in Salt Lake City and are interested in attending an LLVM social on the evening of November 14th, please let me know. Also, i...
2003 Aug 18
1
FYI: Article on R at IBM's developerWorks Server Clinic
Hi all,
I happened to be reviewing a Linux web site that I frequent
(http://www.pclinuxonline.com/index.php) and noted today an entry for an
article on R at IBM's developerWorks Server Clinic site located at
http://www-106.ibm.com/developerworks/linux/library/l-sc16.html. I
thought that I would pass this on as an FYI.
Regards,
Marc Schwartz
2016 May 30
0
LLVM Weekly - #126, May 30th 2016
...s for the [3rd workshop on the LLVM compiler infrastructure
in HPC](http://lists.llvm.org/pipermail/llvm-dev/2016-May/100107.html) has
been published. The deadline for paper submission is September 1st. The
workshop will take place on November 14th in Salt Lake City, and is held in
conjunction with SC16.
## On the mailing lists
* Vivek Pandya, a GSoC student working on interprocedural register allocation
has shared [a weekly status
report](http://lists.llvm.org/pipermail/llvm-dev/2016-May/100227.html).
* Rafael EspĂndola has proposed [creating a bitcode symbol
table](http://lists.llvm.org/pipe...
2016 Dec 12
0
LLVM Weekly - #154, Dec 12th 2016
...](http://cuda.dcc.ufmg.br/psyche-c/) is an interesting project,
providing a compiler for incomplete C code. It includes a Hindley-Milner type
inference engine to reconstruct missing type information.
Slides are [now available](https://llvm-hpc3-workshop.github.io/) from the
LLVM in HPC workshop at SC16.
Phoronix have produced an updated [performance
comparison](http://www.phoronix.com/scan.php?page=article&item=gcc7-clang4-december&num=1)
for code generated by LLVM and by GCC.
## On the mailing lists
* Rui Ueyama has posted an [LLD status update and performance
chart](http://lists.llv...
2014 Mar 07
3
[LLVMdev] [RFC] Add second "failure" AtomicOrdering to cmpxchg instruction
...en/X86/atomic16.ll b/test/CodeGen/X86/atomic16.ll
index ec2887e..45d3ff4 100644
--- a/test/CodeGen/X86/atomic16.ll
+++ b/test/CodeGen/X86/atomic16.ll
@@ -217,7 +217,7 @@ define void @atomic_fetch_umin16(i16 %x) nounwind {
}
define void @atomic_fetch_cmpxchg16() nounwind {
- %t1 = cmpxchg i16* @sc16, i16 0, i16 1 acquire
+ %t1 = cmpxchg i16* @sc16, i16 0, i16 1 acquire acquire
; X64: lock
; X64: cmpxchgw
; X32: lock
diff --git a/test/CodeGen/X86/atomic32.ll b/test/CodeGen/X86/atomic32.ll
index 3cb9ca1..474c0e6 100644
--- a/test/CodeGen/X86/atomic32.ll
+++ b/test/CodeGen/X...