search for: others_

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

Did you mean: others
2008 Jan 06
0
RFC: defined type for stowed packages
...gt; exec { unstow-others: > command => "cd ${stowdestdir} && stow --delete ${basepackage}-*", > refreshonly => true, > subscribe => exec["download_${basepackage}-${version}"], > alias => "unstow-others_${basepackage}-${version}" > } > > exec { stow: > command => "cd ${stowdestdir} ; stow ${basepackage}-${version}", > refreshonly => true, > subscribe => exec["unstow-others_${basepackage}-${version}"] >...
2019 Mar 13
3
[RFC] Late (OpenMP) GPU code "SPMD-zation"
Johannes, did you try it on AMD GPUs? If not, I think it might be early to claim it as a general interface for NVidia/AMD GPUs. I'm ok, if you want tointroduce a basic class for the GPU-specific codegen, but it must be done step-by-step and thoroughly tested and reviewed. Theremightbe some parts, common with NVPTX codegen. You can put the commonfunctions into a base class and remove them from