search for: guray

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

Did you mean: gray
2019 Jan 31
2
[RFC] Late (OpenMP) GPU code "SPMD-zation"
...;font 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@l...
2002 Aug 20
1
quota problem
...(AFTER) Now, I cannot write anything to the /, nor I cannot change any of the files including /etc/fstab I am using RedHat 7.3. When I look at the file permissions I see that I have read and write permissions. I cannot change the file permissions either. Any help is greatly appreciated. Thanks, Guray.
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