pytorch/cmake
vishalrao487 d2623da52c replaced whitelist with allowlist (#45260)
Summary:
Fixes https://github.com/pytorch/pytorch/issues/41754

**(1)**
Intially file was named **gen_op_registration_whitelist.py** I changed it to **gen_op_registration_allowlist.py**

**(2)**
There were some **whitelist** in comment inside the file, I changed it to **allowlist**
![update1](https://user-images.githubusercontent.com/62737243/94106752-b296e780-fe59-11ea-8541-632a1dbf90d6.png)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/45260

Reviewed By: dhruvbird

Differential Revision: D23947182

Pulled By: ljk53

fbshipit-source-id: 31b486592451dbb0605d7950e07747cbb72ab80f
2020-09-29 00:27:46 -07:00
..
External Build EigenBlas as static library (#44747) 2020-09-16 10:25:26 -07:00
Modules Fix NCCL version check when nccl.h in non-standard location. (#40982) 2020-07-17 13:54:17 -07:00
Modules_CUDA_fix FindCUDA error handling (#44236) 2020-09-07 18:17:55 -07:00
public move wholearchive to link option (#43485) 2020-08-25 10:36:10 -07:00
Allowlist.cmake Replace whitelist with allowlist (#42067) 2020-07-28 08:01:16 -07:00
BuildVariables.cmake Remove Caffe2_MAIN_LIBS (#38408) 2020-05-15 12:27:15 -07:00
Caffe2Config.cmake.in Formatting cmake (to lowercase without space for if/elseif/else/endif) (#35521) 2020-03-27 14:25:17 -07:00
Caffe2ConfigVersion.cmake.in Formatting cmake (to lowercase without space for if/elseif/else/endif) (#35521) 2020-03-27 14:25:17 -07:00
cmake_uninstall.cmake.in Formatting cmake (to lowercase without space for if/elseif/else/endif) (#35521) 2020-03-27 14:25:17 -07:00
Codegen.cmake replaced whitelist with allowlist (#45260) 2020-09-29 00:27:46 -07:00
Dependencies.cmake Fix Windows build failure after DDP PR merged (#45335) 2020-09-25 12:37:50 -07:00
GoogleTestPatch.cmake Fix conda build for Windows (#19824) 2019-04-27 23:10:46 -07:00
iOS.cmake Fix/relax CMake linter rules (#35574) 2020-03-27 16:52:33 -07:00
MiscCheck.cmake Fix AVX detection with clang-cl (#35653) 2020-03-30 07:53:37 -07:00
ProtoBuf.cmake Replace if(NOT ${var}) by if(NOT var) (#41924) 2020-07-23 15:49:20 -07:00
ProtoBufPatch.cmake Add CUDA 11 builds for Windows CI (#42420) 2020-08-05 09:40:33 -07:00
Summary.cmake Change code coverage option name (#43999) 2020-09-11 15:55:05 -07:00
TorchConfig.cmake.in Re-apply PyTorch pthreadpool changes 2020-06-23 19:26:21 -07:00
TorchConfigVersion.cmake.in Formatting cmake (to lowercase without space for if/elseif/else/endif) (#35521) 2020-03-27 14:25:17 -07:00
Utils.cmake Replace if(NOT ${var}) by if(NOT var) (#41924) 2020-07-23 15:49:20 -07:00
VulkanCodegen.cmake [vulkan] glsl shaders relaxed precision mode to cmake option (#43076) 2020-09-16 12:51:34 -07:00
VulkanDependencies.cmake Search on system path for Vulkan headers and libraries as a last resort. (#43301) 2020-08-20 21:14:09 -07:00