<t>QuoteOriginally posted by: renormI thought that OOP (a.k.a GOF design patterns) is not very relevant where CUDA is used. Does CUDA support virtual functions?Personally, I don't see much use for fancy OOP constructs in CUDA compute kernels (template programming and structs, however, are quite rele...