Searched refs:deterministicAlgorithmsWarnOnly (Results 1 – 5 of 5) sorted by relevance
63 bool Context::deterministicAlgorithmsWarnOnly() const { in deterministicAlgorithmsWarnOnly() function in at::Context82 if (globalContext().deterministicAlgorithmsWarnOnly()) { in alertNotDeterministic()184 if (deterministicAlgorithmsWarnOnly()) { in alertCuBLASConfigNotDeterministic()
253 bool deterministicAlgorithmsWarnOnly() const;
101 if (ctx.deterministicAlgorithmsWarnOnly()) { in _flash_attention_backward()187 if (ctx.deterministicAlgorithmsWarnOnly()) { in _scaled_dot_product_cudnn_attention_backward_cuda()654 if (ctx.deterministicAlgorithmsWarnOnly()) { in _efficient_attention_backward()
519 _deterministic_algorithms_warn_only = ctx.deterministicAlgorithmsWarnOnly(); in init()535 ctx.deterministicAlgorithmsWarnOnly() && in check()553 ctx.deterministicAlgorithmsWarnOnly()) in reason()
902 if (at::globalContext().deterministicAlgorithmsWarnOnly()) { in THPModule_deterministicAlgorithmsWarnOnly()