search for: special_domain_a

Displaying 2 results from an estimated 2 matches for "special_domain_a".

Did you mean: special_domain_b
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)
2016 Aug 31
2
Memory scope proposal
...antage with the scheme above is that memory operations > on the "normal CPU heap" (pardon my GPU n00b-ness here :) ) will synch > with the memory operations with !nosynch metadata. However, we can > solve that by modeling the "normal CPU heap" as "!nosynch > !{!special_domain_a, !special_domain_b, ... all domains except > !cpu_heap_domain}". > > Thanks, > -- Sanjoy