search for: tooooooo

Displaying 6 results from an estimated 6 matches for "tooooooo".

2019 Mar 13
2
[RFC] Late (OpenMP) GPU code "SPMD-zation"
There are tooooooo(!) many changes, I don't who's going to review sooooo big patch. You definitely need to split it into several smaller patches. Also, I don't like the idea adding of one more class for NVPTX codegen. All your changes should be on top of the eixisting solution. ------------- Best regards...
2019 Mar 13
2
[RFC] Late (OpenMP) GPU code "SPMD-zation"
------------- Best regards, Alexey Bataev 13.03.2019 15:35, Doerfert, Johannes пишет: > > Hi Alexey, > > > thank you for your quick feedback. > > > > There are tooooooo(!) many changes, I don't who's going to review sooooo big > patch. > > > I can for sure split it in the three components/repositories that are > touched, clang, llvm, and openmp. > > I feared it will then be harder to navigate the code in order to see > the connectio...
2019 Mar 13
4
[RFC] Late (OpenMP) GPU code "SPMD-zation"
...fert at anl.gov> написал(а): > >> On 03/13, Alexey Bataev wrote: >> 13.03.2019 15:35, Doerfert, Johannes пишет: >>> >>> Hi Alexey, >>> >>> >>> thank you for your quick feedback. >>> >>> >>>> There are tooooooo(!) many changes, I don't who's going to review sooooo big >>> patch. >>> >>> >>> I can for sure split it in the three components/repositories that are >>> touched, clang, llvm, and openmp. >>> >>> I feared it will then be har...
2019 Mar 13
3
[RFC] Late (OpenMP) GPU code "SPMD-zation"
...erfert at anl.gov>> написал(а): > >> On 03/13, Alexey Bataev wrote: >> 13.03.2019 15:35, Doerfert, Johannes пишет: >>> >>> Hi Alexey, >>> >>> >>> thank you for your quick feedback. >>> >>> >>>> There are tooooooo(!) many changes, I don't who's going to review sooooo big >>> patch. >>> >>> >>> I can for sure split it in the three components/repositories that are >>> touched, clang, llvm, and openmp. >>> >>> I feared it will then be harder...
2007 Oct 18
8
centos 5 vs OpenSuse 10.3
Apart from religious grounds (!), is there any pros or cons why I should choose one over the other for a new install of asterisk ? Julian
2019 Jan 22
7
[RFC] Late (OpenMP) GPU code "SPMD-zation"
Where we are ------------ Currently, when we generate OpenMP target offloading code for GPUs, we use sufficient syntactic criteria to decide between two execution modes: 1) SPMD -- All target threads (in an OpenMP team) run all the code. 2) "Guarded" -- The master thread (of an OpenMP team) runs the user code. If an OpenMP distribute region is encountered,