From eda2f35259e2618743838c23878922f321b26ff1 Mon Sep 17 00:00:00 2001 From: ZZZJ <3056485198@qq.com> Date: Wed, 12 Nov 2025 15:07:00 +0800 Subject: [PATCH] fixes pairwisedistance #38 --- S1/38/prompt.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/S1/38/prompt.txt b/S1/38/prompt.txt index bd20e74..6d9d487 100644 --- a/S1/38/prompt.txt +++ b/S1/38/prompt.txt @@ -5,6 +5,7 @@ You have complete freedom to choose the set of operators you want to replace. Yo Here's an example to show you the syntax of inline embedding custom CUDA operators in torch: The example given architecture is: ```python +pairwisedistance.py import torch import torch.nn as nn import torch.nn.functional as F