编译器无法找到匹配的 "atomicAdd" 函数重载,该函数需要一个指向 jittor::int64 的指针和一个 jittor::int64 类型的参数

在 Ubuntu 系统上,使用 CUDA 12.2 时,编译器报错 “error: no instance of overloaded function “atomicAdd” matches the argument list”,参数类型为 (jittor::int64 *, jittor::int64),
请问这最可能有什么愿意,如何解决?