-
Notifications
You must be signed in to change notification settings - Fork 203
Description
trying to use the latest version of the source code to build a torch_scatter for torch 2.9, with cuda 13.0
Got error log as follows:
......
scatter_cuda.cu
tmpxft_00003dac_00000000-7_scatter_cuda.cudafe1.cpp
C:/comfy/python312/Lib/site-packages/torch/include\torch/csrc/dynamo/compiled_autograd.h(1134): error C2872: "std": ??????
C:/comfy/python312/Lib/site-packages/torch/include\c10/cuda/CUDAStream.h(261): note: ???"std"
C:/comfy/python312/Lib/site-packages/torch/include\torch/csrc/dynamo/compiled_autograd.h(1134): note: ? "std"
C:/comfy/python312/Lib/site-packages/torch/include\torch/csrc/dynamo/compiled_autograd.h(1134): note: ????????(?????????)?
C:/comfy/python312/Lib/site-packages/torch/include\torch/csrc/dynamo/compiled_autograd.h(1181): note: ???????? ? ?? ???"torch::dynamo::autograd::IValuePacker<__int64>"???
C:/comfy/python312/Lib/site-packages/torch/include\torch/csrc/dynamo/compiled_autograd.h(1108): note: ??? ? ?? ????"c10::TypePtr torch::dynamo::autograd::IValuePacker<__int64>::packed_type(void)"?
C:/comfy/python312/Lib/site-packages/torch/include\torch/csrc/dynamo/compiled_autograd.h(1181): note: ??? "torch::dynamo::autograd::IValuePacker::packed_type" ?? "torch::dynamo::autograd::IValuePacker<__int64>::packed_type" ??????
error: command 'C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v13.0\bin\nvcc.EXE' failed with exit code 2
The current version cannot match CUDA 13.0...