Skip to content

Commit 422e4ba

Browse files
Update
[ghstack-poisoned]
1 parent 81c4588 commit 422e4ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/apple/metal/runtime/shims/memory.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ AOTITorchError aoti_torch_empty_strided(
143143
dtype);
144144
int64_t nbytes = numel * element_size;
145145

146-
int32_t mps_device_type = aoti_torch_device_type_mps(); // Returns 13
146+
int32_t mps_device_type = aoti_torch_device_type_mps(); // Returns 13
147147
if (device_type == mps_device_type) {
148148
ptr = metal_allocate_buffer(nbytes);
149149
if (!ptr) {

0 commit comments

Comments
 (0)