Displaying 6 results from an estimated 6 matches for "devicesavailable".
2016 Feb 10
6
[RFC] Lanai backend
...GPU backends, where the devices
are readily available, but (AFAIK) even if the backend were open-source you
couldn't run the code produced by the open-source compiler.
Or to put it in matrix form (this is all heavily prefixed by "AFAIK";
corrections welcome):
AMDGPU: InTree:Yes DevicesAvailable:Yes CanIRunTheCode:Yes
NVPTX: InTree:Yes DevicesAvailable:Yes CanIRunTheCode:Yes
Lanai: InTree:? DevicesAvailable:No CanIRunTheCode:No
Apple GPU's: InTree:No DevicesAvailable:Yes CanIRunTheCode:No
I couldn't come up with a good name for "Can I Run The Code" column...
2016 Feb 10
2
[RFC] Lanai backend
...y available, but (AFAIK) even if the backend were
> open-source you couldn't run the code produced by the open-source
> compiler.
>
>
> Or to put it in matrix form (this is all heavily prefixed by "AFAIK";
> corrections welcome):
>
>
> AMDGPU: InTree:Yes DevicesAvailable:Yes CanIRunTheCode:Yes
> NVPTX: InTree:Yes DevicesAvailable:Yes CanIRunTheCode :Yes
> Lanai: InTree:? DevicesAvailable:No CanIRunTheCode :No
> Apple GPU's: InTree:No DevicesAvailable:Yes CanIRunTheCode :No
>
> I couldn't come up with a good name for "Can I Run The Code&...
2016 Feb 10
3
[RFC] Lanai backend
...AFAIK) even if the backend were
>> open-source you couldn't run the code produced by the open-source
>> compiler.
>>
>> Or to put it in matrix form (this is all heavily prefixed by "AFAIK";
>> corrections welcome):
>>
>> AMDGPU: InTree:Yes DevicesAvailable:Yes CanIRunTheCode:Yes
>> NVPTX: InTree:Yes DevicesAvailable:Yes CanIRunTheCode:Yes
>> Lanai: InTree:? DevicesAvailable:No CanIRunTheCode:No
>> Apple GPU's: InTree:No DevicesAvailable:Yes CanIRunTheCode:No
>> I couldn't come up with a good name for "Can I Run...
2016 Feb 10
9
[RFC] Lanai backend
...adily available, but (AFAIK) even if the backend were
> open-source you couldn't run the code produced by the open-source
> compiler.
>
>
> Or to put it in matrix form (this is all heavily prefixed by "AFAIK";
> corrections welcome):
>
>
> AMDGPU: InTree:Yes DevicesAvailable:Yes CanIRunTheCode:Yes
> NVPTX: InTree:Yes DevicesAvailable:Yes CanIRunTheCode :Yes
> Lanai: InTree:? DevicesAvailable:No CanIRunTheCode :No
> Apple GPU's: InTree:No DevicesAvailable:Yes CanIRunTheCode :No
>
> I couldn't come up with a good name for "Can I Run The Code&q...
2016 Feb 10
6
[RFC] Lanai backend
...the backend were
>> open-source you couldn't run the code produced by the open-source
>> compiler.
>>
>>
>> Or to put it in matrix form (this is all heavily prefixed by "AFAIK";
>> corrections welcome):
>>
>>
>> AMDGPU: InTree:Yes DevicesAvailable:Yes CanIRunTheCode:Yes
>> NVPTX: InTree:Yes DevicesAvailable:Yes CanIRunTheCode :Yes
>> Lanai: InTree:? DevicesAvailable:No CanIRunTheCode :No
>> Apple GPU's: InTree:No DevicesAvailable:Yes CanIRunTheCode :No
>>
>> I couldn't come up with a good name for "...
2016 Feb 09
10
[RFC] Lanai backend
Hi all,
We would like to contribute a new backend for the Lanai processor (derived
from the processor described in [1]).
Lanai is a simple in-order 32-bit processor with:
* 32 32-bit registers, including:
* 2 registers with fixed values;
* 4 used for program state tracking (PC, SP, FP, RCA);
* 2 reserved for explicit usage by user (R10 and R11), used in
threading library;
* Up