惊奇漫画
惊奇漫画
### What's the right way to use TLS for IOS APP? I use swift-grpc as my ios APP network api, but when enable TLS for backend API the network request...
when the photo's array that delivered to the IDMPhotoBrowser is nil or 0, it will be crash. it looks like that the function - (id)photoAtIndex:(NSUInteger)index couldn't consider the situation.
I has a code like below: ``` using g2s_copy_op = SM80_CP_ASYNC_CACHEGLOBAL; using g2s_copy_traits = Copy_Traits; using g2s_copy_atom = Copy_Atom; using G2SCopyA = decltype(make_tiled_copy(g2s_copy_atom{}, make_layout(make_shape(Int{}, Int{}), make_stride(Int{}, Int{})), make_layout(make_shape(Int{}, Int{})))); Tensor...
How can get the origin coord of register framgment for a shared mem matrix. I want use the cute::gemm to calculate matrix multiply and mask Like: `C = Mask(A x...
I want todo a function like `D = func(A x B) x C`, ``` T = A x B // Matrix multiply T = func(T) // Some other operator, like...