search for: ozen

Displaying 4 results from an estimated 4 matches for "ozen".

Did you mean: open
2002 Sep 19
0
smbd/error.c:error_packet(110) (and more...)
...ces only = yes maxopenfiles=32768 socketoptions=iptos_lowdelay tcp_nodelay local master=yes log file = /var/adm/samba/%m [tmp] comment = Temporary file space path = /tmp read only = No browseable = no guest ok = Yes [ozen] comment = Ozen Project path = /archive/ozen read only = No browseable = yes guest ok = No user = gibson [rockfour] comment = RockFour Project path = /archive/rockfour read only = No browseable = yes...
2019 Jan 31
2
[RFC] Late (OpenMP) GPU code "SPMD-zation"
...size=1 face="sans-serif">Gheorghe-Teod Bercea <Gheorghe-Teod.Bercea@ibm.com></font><br><font size=1 color=#5f5f5f face="sans-serif">Cc: </font><font size=1 face="sans-serif">Alexey Bataev <a.bataev@outlook.com>, Guray Ozen <gozen@nvidia.com>, "Gregory.Rodgers@amd.com" <Gregory.Rodgers@amd.com>, "Finkel, Hal J." <hfinkel@anl.gov>, "kli@ca.ibm.com" <kli@ca.ibm.com>, "openmp-dev@lists.llvm.org" <openmp-dev@lists.llvm.org>, LLVM-Dev <llvm-dev@lists....
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,
2019 Jan 23
1
[RFC] Late (OpenMP) GPU code "SPMD-zation"
We are working on OpenMP target offloading for GPUs in Flang, and adopting the same code generation strategy. The proposal is affecting us. It would be nice to know more details about the proposal. So we can prepare ourselves to adapt flang (if everything goes on the way). Have you find and a solution for data sharing? How are you going to manage data sharing for SPMD and non-SPMD? From: cfe-dev