We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ab9c4b commit db5fabfCopy full SHA for db5fabf
torch/csrc/jit/codegen/cuda/ir_base_nodes.h
@@ -261,7 +261,7 @@ class TORCH_CUDA_API Val : public Statement {
261
const DataType dtype_;
262
};
263
264
-class TORCH_CUDA_API Scope {
+struct TORCH_CUDA_API Scope {
265
public:
266
Scope() = default;
267
Scope(const Scope* src, IrCloner* ir_cloner);
torch/csrc/jit/codegen/cuda/lower_utils.cpp
@@ -199,7 +199,7 @@ class CloneLoopNest : public OptOutMutator {
199
}
200
201
202
-class ReplaceExprsInScope : public OptOutDispatch {
+struct ReplaceExprsInScope : public OptOutDispatch {
203
204
static void replace(
205
Expr* scope,
0 commit comments