AdaptiveCpp's new Metal backend to support CUDA dialect on Apple GPUsgithub.com4 points·by puschkinfr·4 ay önce·1 comments
puschkinfr·3 ay önce·discussNo, because the string will be implicitly converted to `true` and `(a && true) == a` (for boolean `a`), so it will only be `false` if the assertion fails. Using || would always evaluate to `true`