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.
2 parents 90a9482 + fb162c6 commit c236adbCopy full SHA for c236adb
tools/amd_build/disabled_features.yaml
@@ -75,6 +75,7 @@
75
"struct curandStateMtgp32*": "curandStateMtgp32*",
76
"__host__ void THCRandom_getRNGState": "extern \"C\" __host__ void THCRandom_getRNGState",
77
"__host__ void THCRandom_setRNGState": "extern \"C\" __host__ void THCRandom_setRNGState",
78
+ "state[threadIdx.x].k = kernel;" : "state[threadIdx.x].set_params(kernel);"
79
}
80
},
81
{
@@ -205,13 +206,6 @@
205
206
"functions": [
207
"THCTensor_(getTextureObject)"
208
]
- },
209
- {
210
- "path": "aten/src/THC/THCTensorRandom.cu",
211
- "functions": [
212
- "THCRandom_setRNGState",
213
- "set_rngstate_kernel"
214
- ]
215
216
217
0 commit comments