Displaying 6 results from an estimated 6 matches for "watry".
Did you mean:
wary
2007 Aug 30
0
How to mask or escape "=" in Windows command prompt?
I have defined a function with several arguments and have it stored in the
.RData file.
The 'function head' is defined as follows
EstimALIConc
<-function(sdname,SZ,W,farea,watri,biomodel,start.part=1,nparts=20,method=c("optim","DEoptim"))
{
[ blah-blah-blah ]
(function body doesn't matter)
}
Then I call Rscript:
e:> rscript --restore -e
2014 Dec 08
5
[LLVMdev] Resigning code ownership of libclc
Hi all,
I am hereby resigning my code ownership of libclc. I would like to nominate
Tom Stellard as the new code owner.
Thanks,
--
Peter
2014 Dec 09
1
[LLVMdev] [Libclc-dev] Resigning code ownership of libclc
...uming by this that you mean project ownership/maintainership of
libclc, or are you instead referring to the copyright on your
contributions to this project? I just want to be clear here.
Also, do you plan on leaving the mailing list up, or should we start
making alternative plans?
Regards,
Aaron Watry
On Mon, Dec 8, 2014 at 3:18 PM, Peter Collingbourne <peter at pcc.me.uk> wrote:
> Hi all,
>
> I am hereby resigning my code ownership of libclc. I would like to nominate
> Tom Stellard as the new code owner.
>
> Thanks,
> --
> Peter
>
> _________________________...
2013 Oct 06
8
[Bug 70212] New: glxinfo triggers assert in cso_release_all after 3f0627c2ad6
...iority: medium
Bug ID: 70212
Assignee: nouveau at lists.freedesktop.org
Summary: glxinfo triggers assert in cso_release_all after
3f0627c2ad6
Severity: normal
Classification: Unclassified
OS: All
Reporter: awatry at gmail.com
Hardware: All
Status: NEW
Version: git
Component: Drivers/DRI/nouveau
Product: Mesa
I just switched my GF9400M from Nvidia's blob to nouveau with mesa/drm from
git.
When executing glxinfo with git master, I get the following as...
2016 Mar 10
0
[Mesa-dev] [PATCH mesa 2/3] tgsi: Add support for global / local / input MEMORY
Hi,
On 10-03-16 16:35, Aaron Watry wrote:
> On Thu, Mar 10, 2016 at 9:14 AM, Hans de Goede <hdegoede at redhat.com> wrote:
>
>> Extend the MEMORY file support to differentiate between global, local
>> and shared memory, as well as "input" memory.
>>
>> "MEMORY[x], INPUT" is int...
2016 Mar 10
1
[Mesa-dev] [PATCH mesa 2/3] tgsi: Add support for global / local / input MEMORY
On Thu, Mar 10, 2016 at 9:14 AM, Hans de Goede <hdegoede at redhat.com> wrote:
> Extend the MEMORY file support to differentiate between global, local
> and shared memory, as well as "input" memory.
>
> "MEMORY[x], INPUT" is intended to access OpenCL kernel parameters, a
> special memory type is added for this, since the actual storage of these
> (e.g.