Searched refs:compiledWithMIOpen (Results 1 – 7 of 7) sorted by relevance
38 bool compiledWithMIOpen() const override;
264 bool CUDAHooks::compiledWithMIOpen() const { in compiledWithMIOpen() function in at::cuda::detail::CUDAHooks
136 virtual bool compiledWithMIOpen() const { in compiledWithMIOpen() function
359 if (!at::detail::getCUDAHooks().compiledWithMIOpen() || in miopen_conv_use_channels_last()
511 && detail::getCUDAHooks().compiledWithMIOpen() in use_miopen()1430 … if (detail::getCUDAHooks().compiledWithMIOpen() && miopen_conv_use_channels_last(input, weight)) { in determine_backend_memory_format()
523 && detail::getCUDAHooks().compiledWithMIOpen() in _select_batch_norm_backend()
74 (detail::getCUDAHooks().compiledWithMIOpen()) && in use_miopen()