search for: tye

Displaying 20 results from an estimated 24 matches for "tye".

Did you mean: type
2016 Aug 17
3
Memory scope proposal
...ope` take a string literal? — Mehdi > > > From: Zhuravlyov, Konstantin > Sent: Wednesday, August 17, 2016 4:29:30 PM > To: Sameer Sahasrabuddhe; Philip Reames > Cc: Mehdi Amini; Liu, Yaxun (Sam); Ke Bai; Mekhanoshin, Stanislav; Sumner, Brian; llvm-dev at lists.llvm.org; Tye, Tony > Subject: RE: [llvm-dev] Memory scope proposal > > Hi, > > I have updated the review here: > https://reviews.llvm.org/D21723 <https://reviews.llvm.org/D21723> > > As Sameer pointed out, the motivation is: > In OpenCL 2.x, two atomic operations on the sa...
2016 Aug 17
2
Memory scope proposal
....com>; Liu, Yaxun (Sam) <Yaxun.Liu at amd.com>; Ke Bai <kebai613 at gmail.com>; Mekhanoshin, Stanislav <Stanislav.Mekhanoshin at amd.com>; Sumner, Brian <Brian.Sumner at amd.com>; llvm-dev at lists.llvm.org; Zhuravlyov, Konstantin <Konstantin.Zhuravlyov at amd.com>; Tye, Tony <Tony.Tye at amd.com> Subject: Re: [llvm-dev] Memory scope proposal On Mon, Jul 4, 2016 at 5:09 AM, Philip Reames via llvm-dev <llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org>> wrote: I will comment - as one of the few people actually working on llvm's at...
2007 Jun 07
4
Adding recipes...
Hi all Ok, maybe it''s just me, but - how on earth do I add recipes to the wiki...?? When I go into the list of recipes, I don''t find a "Edit this page button". How should I add to the list? -- Med venlig hilsen Juri Rischel Jensen Fab:IT ApS Vesterbrogade 50 DK-1620 København Tlf: 70 202 407 / Fax: 33 313 640 www.fab-it.dk / juri@fab-it.dk
2016 Jun 25
2
Memory scope proposal
...016 4:51 PM To: Pekka Jääskeläinen <pekka.jaaskelainen at tut.fi> Cc: Mehdi Amini <mehdi.amini at apple.com>; Liu, Yaxun (Sam) <Yaxun.Liu at amd.com>; Ke Bai <kebai613 at gmail.com>; Mekhanoshin, Stanislav <Stanislav.Mekhanoshin at amd.com>; llvm-dev at lists.llvm.org; Tye, Tony <Tony.Tye at amd.com>; Sumner, Brian <Brian.Sumner at amd.com>; Zhuravlyov, Konstantin <Konstantin.Zhuravlyov at amd.com> Subject: Re: [llvm-dev] Memory scope proposal + Brian and Konstantin On Wed, May 18, 2016 at 11:18:53AM +0300, Pekka Jääskeläinen wrote: > Hi all, &...
2020 Apr 28
2
[RFC] DWARF Version 6 Proposal For Heterogeneous Debugging
Hi Scott, It's possible they've missed it, so I've explicitly CC'ed a number of the usual DWARF suspects, at least some of whom are on the standards committee. I don't have anything specific to add myself. James On Mon, 27 Apr 2020 at 15:25, via llvm-dev <llvm-dev at lists.llvm.org> wrote: > I don't know what an acceptable ping rate on an RFC is, but I also
2016 Jul 03
2
Memory scope proposal
...t; To: Pekka Jääskeläinen <pekka.jaaskelainen at tut.fi> >> Cc: Mehdi Amini <mehdi.amini at apple.com>; Liu, Yaxun (Sam) <Yaxun.Liu at amd.com>; Ke Bai <kebai613 at gmail.com>; Mekhanoshin, Stanislav <Stanislav.Mekhanoshin at amd.com>; llvm-dev at lists.llvm.org; Tye, Tony <Tony.Tye at amd.com>; Sumner, Brian <Brian.Sumner at amd.com>; Zhuravlyov, Konstantin <Konstantin.Zhuravlyov at amd.com> >> Subject: Re: [llvm-dev] Memory scope proposal >> >> + Brian and Konstantin >> >>> On Wed, May 18, 2016 at 11:18:53A...
2016 Aug 21
2
Memory scope proposal
...: Zhuravlyov, Konstantin >>> Sent: Wednesday, August 17, 2016 4:29:30 PM >>> To: Sameer Sahasrabuddhe; Philip Reames >>> Cc: Mehdi Amini; Liu, Yaxun (Sam); Ke Bai; Mekhanoshin, Stanislav; Sumner, Brian; llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>; Tye, Tony >>> Subject: RE: [llvm-dev] Memory scope proposal >>> >>> Hi, >>> >>> I have updated the review here: >>> https://reviews.llvm.org/D21723 <https://reviews.llvm.org/D21723> >>> >>> As Sameer pointed out, the mo...
2010 Jun 01
2
[LLVMdev] How to create global string array? (user question)
...t; [#uses=1] Code below doesn't compile because to initialize GlobalVariable I need ConstantArray*, ConstantArray::get requires vector<Constant*>, but getelementptr is an instruction and it's not Constant*, but Value*. What is the correct way to create such module? It's really tye Yuri --- c++ code --- #include "llvm/LLVMContext.h" #include "llvm/Module.h" #include "llvm/DerivedTypes.h" #include "llvm/Constants.h" #include "llvm/Instructions.h" #include "llvm/Analysis/Verifier.h" #include <stdio.h> #include...
2004 Sep 16
3
[PATCH] gen_init_cpio uses external file list
(Apologies to klibc@zytor.com for the re-send) This patch makes gen_init_cpio generate the initramfs_data.cpio from a file which contains a list of entries: file, dir, nod. I swapped the order of filename/location for the file arguments so that it would be more uniform with the dir and nod tyes. [thayne@torch linux-2.6.8]$ usr/gen_init_cpio --help ERROR: unable to open '--help': No such file or directory Usage: usr/gen_init_cpio <cpio_list> <cpio_list> is a file containing newline separated entries that describe the files to be included in the initramfs arc...
2016 Aug 23
2
Memory scope proposal
> Let me rephrase: why is it preferable to add first class instruction support for opaque scope rather than using intrinsics? Given that LLVM core now supports atomic instructions, it would seem desirable to use them for all languages supported by LLVM. This would allow optimizations to be aware of the memory semantics. By using intrinsics this information no longer becomes available in a
2016 May 18
2
Memory scope proposal
Hi all, On 02.05.2016 17:46, Tom Stellard via llvm-dev wrote: >> Why not going with a metadata attachment directly and kill the "singlethread" keyword? Something like: >> >Something like: >> > >> > cmpxchg i32* %addr, i32 42, i32 0 monotonic monotonic, 3, !memory.scope{!42} >> > cmpxchg i32* %addr, i32 42, i32 0 monotonic monotonic, 3,
2016 Sep 01
2
Memory scope proposal
...we'll add an > optimization that increases compilation time by x% if we have a > benchmark that is sped up by at least x%. Similarly here, I'd want to > weigh the added complexity against the improvements to user code. > > -Justin > > On Tue, Aug 23, 2016 at 2:28 PM, Tye, Tony via llvm-dev > <llvm-dev at lists.llvm.org> wrote: > >> Since the scope is “opaque” and target specific, can you elaborate what > >> kind of generic optimization can be performed? > > > > > > > > Some optimizations that are related to a singl...
2016 Aug 23
5
Memory scope proposal
> Since the scope is “opaque” and target specific, can you elaborate what kind of generic optimization can be performed? Some optimizations that are related to a single thread could be done without needing to know the actual memory scope. For example, an atomic acquire can restrict reordering memory operations after it, but allow reordering of memory operations (except another atomic acquire)
2004 Apr 12
0
Windows startup question
I would like to be able to double click on an R source file and by that start R and have the file sourced in R. I am using WinXP Pro. So I created an association for file type R and tye following Run action: "C:\Program Files\R\rw1090beta\bin\Rgui.exe" R_PROFILE=%1 I have an R file with the following lines at the beginning. library(vcd) votes<-array(0,10*7*9*2) dim(votes)<-c(10,7,9,2) Double clicking this file (in Windows Explorer) starts R and then produces th...
2012 Jan 11
1
Confidence Interval from Moments?
Hi all, I'm wondering whether it is possible to construct a confidence interval using only the mean, variance, skewness and kurtosis, i.e. without any of the population? If anyone could help with this it'd be much appreciated (even if just a confirmation of it being impossible!). Thanks. -- View this message in context:
2004 Sep 16
3
[PATCH] gen_init_cpio processes file from a file list
The patch makes gen_init_cpio generate the initramfs_data.cpio from a file which contains a list of entries: file, dir, nod. I swapped the order of filename/location for the file arguments so that it would be more uniform with the dir and nod tyes. [thayne@torch linux-2.6.8]$ usr/gen_init_cpio --help ERROR: unable to open '--help': No such file or directory Usage: usr/gen_init_cpio <cpio_list> <cpio_list> is a file containing newline separated entries that describe the files to be included in the initramfs arc...
2017 Mar 19
1
"isolinux.bin missing or corrupt" when booting USB flash drive in old PC
...y a "Protective MBR". > > > Device Boot Start End Blocks Id System > > /dev/sdc1 * 0 1325055 662528 0 Empty > > "Empty" is not a realistic statement but just a human readable representation > of partition tye 0x0. It is unusual but needed to avoid that UEFI sees > partition 2 as nested partition inside partition 1. > > > # parted /dev/sdc u s p > > Warning: /dev/sdc contains GPT signatures, indicating that it has a GPT > > table. However, it does not have a valid fake msdos par...
2006 Jun 26
2
n-way has_mant :through
I''m trying to setup some mildly complex associations for a project we''re working on and can''t seem to find much documentation on n-way has_many :through associations. I have the following models: Person, PhysicalAddress, EmailAddress, PhoneNumber. Each person can have multiple PhysicalAddresses, EmailAddresses, and PhoneNumbers, and multiple people can share the same
2017 Mar 18
0
"isolinux.bin missing or corrupt" when booting USB flash drive in old PC
...because it is not announced by a "Protective MBR". > Device Boot Start End Blocks Id System > /dev/sdc1 * 0 1325055 662528 0 Empty "Empty" is not a realistic statement but just a human readable representation of partition tye 0x0. It is unusual but needed to avoid that UEFI sees partition 2 as nested partition inside partition 1. > # parted /dev/sdc u s p > Warning: /dev/sdc contains GPT signatures, indicating that it has a GPT > table. However, it does not have a valid fake msdos partition table, as > it...
2004 Sep 10
11
[Bug 910] known_hosts port numbers
http://bugzilla.mindrot.org/show_bug.cgi?id=910 mindrot at askneil.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mindrot at askneil.com ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the