python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
What's error with this Metal Compute Function in Apple Silicon?
I'm developing AI APPs with Metal Compute Function.
As shown in the following picture captured from Metal Debuger: The preview picutre is wrong while the picture in Attachment View is correct. The fin...
PYning
Votes: 0
Answers: 1
How to clip MTLRenderPassDescriptor colorAttachment's clearColor to only occupy specific area
I am new to Metal Framework, and I just downloaded the "HelloTriangle" listed here: https://developer.apple.com/documentation/metal/using_a_render_pipeline_to_render_primitives?language=objc...
sivan
Votes: 0
Answers: 0
Can MTLTexture be used to store 5-D input tensor?
I'm trying to implement a pytorch custom layer grid_sampler on GPU by Core ML Custom Operators. Both of its inputs, input and grid can be 5-D. My implementation of encodeToCommandBuffer, which is MLCu...
stx-000
Votes: 0
Answers: 0
swift metal: creating compute pass cycles
I'm implementing a gaussian subtract function that extracts features of 2d gaussian like objects from an input image. The algorithm is as follows:
inputImageX -> contrast image and threshold to 255...
triple7
Votes: 0
Answers: 1