Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com
- Obtaining file:///F:/Stable_Diffusion/stable-diffusion-webui-master/repositories/xformers
- Preparing metadata (setup.py) ... done
- Requirement already satisfied: torch>=1.12 in f:\python 3.10.8\lib\site-packages (from xformers==0.0.15.dev0+ed99125.d20221213) (1.13.0+cu117)
- Requirement already satisfied: numpy in f:\python 3.10.8\lib\site-packages (from xformers==0.0.15.dev0+ed99125.d20221213) (1.23.5)
- Requirement already satisfied: pyre-extensions==0.0.23 in f:\python 3.10.8\lib\site-packages (from xformers==0.0.15.dev0+ed99125.d20221213) (0.0.23)
- Requirement already satisfied: einops in f:\python 3.10.8\lib\site-packages (from xformers==0.0.15.dev0+ed99125.d20221213) (0.6.0)
- Requirement already satisfied: typing-extensions in f:\python 3.10.8\lib\site-packages (from pyre-extensions==0.0.23->xformers==0.0.15.dev0+ed99125.d20221213) (4.4.0)
- Requirement already satisfied: typing-inspect in f:\python 3.10.8\lib\site-packages (from pyre-extensions==0.0.23->xformers==0.0.15.dev0+ed99125.d20221213) (0.8.0)
- Requirement already satisfied: mypy-extensions>=0.3.0 in f:\python 3.10.8\lib\site-packages (from typing-inspect->pyre-extensions==0.0.23->xformers==0.0.15.dev0+ed99125.d20221213) (0.4.3)
- Installing collected packages: xformers
- Running setup.py develop for xformers
- error: subprocess-exited-with-error
- × python setup.py develop did not run successfully.
- │ exit code: 1
- ╰─> [1841 lines of output]
- F:\Python 3.10.8\lib\site-packages\setuptools\dist.py:530: UserWarning: Normalizing '0.0.15.dev+ed99125.d20221213' to '0.0.15.dev0+ed99125.d20221213'
- warnings.warn(tmpl.format(**locals()))
- running develop
- F:\Python 3.10.8\lib\site-packages\setuptools\command\easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools.
- warnings.warn(
- F:\Python 3.10.8\lib\site-packages\setuptools\command\install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
- warnings.warn(
- running egg_info
- writing xformers.egg-info\PKG-INFO
- writing dependency_links to xformers.egg-info\dependency_links.txt
- writing requirements to xformers.egg-info\requires.txt
- writing top-level names to xformers.egg-info\top_level.txt
- F:\Python 3.10.8\lib\site-packages\torch\utils\cpp_extension.py:476: UserWarning: Attempted to use ninja as the BuildExtension backend but we could not find ninja.. Falling back to using the slow distutils backend.
- warnings.warn(msg.format('we could not find ninja.'))
- reading manifest file 'xformers.egg-info\SOURCES.txt'
- reading manifest template 'MANIFEST.in'
- warning: manifest_maker: MANIFEST.in, line 3: path 'xformers/components/attention/csrc/' cannot end with '/'
- warning: manifest_maker: MANIFEST.in, line 4: path 'third_party/sputnik/' cannot end with '/'
- adding license file 'LICENSE'
- writing manifest file 'xformers.egg-info\SOURCES.txt'
- running build_ext
- F:\Python 3.10.8\lib\site-packages\torch\utils\cpp_extension.py:358: UserWarning: Error checking compiler version for cl: [WinError 2] The system cannot find the file specified
- warnings.warn(f'Error checking compiler version for {compiler}: {error}')
- building 'xformers._C_flashattention' extension
- G:\Visual_studio\2019\VC\Tools\MSVC\14.29.30037\bin\HostX86\x64\cl.exe /c /nologo /O2 /W3 /GL /DNDEBUG /MD -IF:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn -IF:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src -IF:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\cutlass\include "-IF:\Python 3.10.8\lib\site-packages\torch\include" "-IF:\Python 3.10.8\lib\site-packages\torch\include\torch\csrc\api\include" "-IF:\Python 3.10.8\lib\site-packages\torch\include\TH" "-IF:\Python 3.10.8\lib\site-packages\torch\include\THC" "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\include" "-IF:\Python 3.10.8\include" "-IF:\Python 3.10.8\Include" -IG:\Visual_studio\2019\VC\Tools\MSVC\14.29.30037\include "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /TpF:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc/flash_attn/fmha_api.cpp /Fobuild\temp.win-amd64-cpython-310\Release\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc/flash_attn/fmha_api.obj /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc -O3 /MP /Zc:lambda /Zc:preprocessor -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C_flashattention -D_GLIBCXX_USE_CXX11_ABI=0
- cl : Command line warning D9002 : ignoring unknown option '-O3'
- fmha_api.cpp
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::SymInt
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=c10::SymInt
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=c10::SymInt
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<c10::SymInt>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/core/TensorImpl.h(1580): note: see reference to class template instantiation 'c10::optional<c10::SymInt>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::SymInt
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/core/TensorImpl.h(2688): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=at::TensorBase
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=at::TensorBase
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=at::TensorBase
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<at::TensorBase>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\ATen/core/TensorBase.h(933): note: see reference to class template instantiation 'c10::optional<at::TensorBase>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=at::TensorBase
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=at::Tensor
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=at::Tensor
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=at::Tensor
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<at::Tensor>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\ATen/core/TensorBody.h(512): note: see reference to class template instantiation 'c10::optional<at::Tensor>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=at::Tensor
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=at::Generator
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=at::Generator
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=at::Generator
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<at::Generator>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\ATen/core/TensorBody.h(589): note: see reference to class template instantiation 'c10::optional<at::Generator>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=at::Generator
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::Scalar
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=c10::Scalar
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=c10::Scalar
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<c10::Scalar>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\ATen/core/TensorBody.h(617): note: see reference to class template instantiation 'c10::optional<c10::Scalar>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::Scalar
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=std::string
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=std::string
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=std::string
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<std::string>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\ATen/core/jit_type_base.h(450): note: see reference to class template instantiation 'c10::optional<std::string>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=std::string
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::QualifiedName
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=c10::QualifiedName
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=c10::QualifiedName
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<c10::QualifiedName>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\ATen/core/jit_type_base.h(698): note: see reference to class template instantiation 'c10::optional<c10::QualifiedName>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::QualifiedName
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=std::shared_ptr<torch::jit::CompilationUnit>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=std::shared_ptr<torch::jit::CompilationUnit>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=std::shared_ptr<torch::jit::CompilationUnit>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<std::shared_ptr<torch::jit::CompilationUnit>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\ATen/core/ivalue.h(1416): note: see reference to class template instantiation 'c10::optional<std::shared_ptr<torch::jit::CompilationUnit>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=std::shared_ptr<torch::jit::CompilationUnit>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=std::weak_ptr<torch::jit::CompilationUnit>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=std::weak_ptr<torch::jit::CompilationUnit>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=std::weak_ptr<torch::jit::CompilationUnit>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<std::weak_ptr<torch::jit::CompilationUnit>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\ATen/core/ivalue.h(1417): note: see reference to class template instantiation 'c10::optional<std::weak_ptr<torch::jit::CompilationUnit>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=std::weak_ptr<torch::jit::CompilationUnit>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=std::vector<c10::ShapeSymbol,std::allocator<c10::ShapeSymbol>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=std::vector<c10::ShapeSymbol,std::allocator<c10::ShapeSymbol>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=std::vector<c10::ShapeSymbol,std::allocator<c10::ShapeSymbol>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<std::vector<c10::ShapeSymbol,std::allocator<c10::ShapeSymbol>>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\ATen/core/jit_type.h(483): note: see reference to class template instantiation 'c10::optional<std::vector<c10::ShapeSymbol,std::allocator<c10::ShapeSymbol>>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=std::vector<c10::ShapeSymbol,std::allocator<c10::ShapeSymbol>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=std::vector<bool,std::allocator<bool>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=std::vector<bool,std::allocator<bool>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=std::vector<bool,std::allocator<bool>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<std::vector<bool,std::allocator<bool>>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\ATen/core/jit_type.h(442): note: see reference to class template instantiation 'c10::optional<std::vector<bool,std::allocator<bool>>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=std::vector<bool,std::allocator<bool>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=std::vector<c10::optional<c10::Stride>,std::allocator<c10::optional<c10::Stride>>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=std::vector<c10::optional<c10::Stride>,std::allocator<c10::optional<c10::Stride>>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=std::vector<c10::optional<c10::Stride>,std::allocator<c10::optional<c10::Stride>>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<std::vector<c10::optional<c10::Stride>,std::allocator<c10::optional<c10::Stride>>>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional<std::vector<c10::optional<c10::Stride>,std::allocator<c10::optional<c10::Stride>>>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\ATen/core/jit_type.h(844): note: see reference to class template instantiation 'c10::VaryingShape<c10::Stride>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=std::vector<c10::optional<c10::Stride>,std::allocator<c10::optional<c10::Stride>>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=std::vector<c10::optional<int64_t>,std::allocator<c10::optional<int64_t>>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=std::vector<c10::optional<int64_t>,std::allocator<c10::optional<int64_t>>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=std::vector<c10::optional<int64_t>,std::allocator<c10::optional<int64_t>>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<std::vector<c10::optional<int64_t>,std::allocator<c10::optional<int64_t>>>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional<std::vector<c10::optional<int64_t>,std::allocator<c10::optional<int64_t>>>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\ATen/core/jit_type.h(614): note: see reference to class template instantiation 'c10::VaryingShape<int64_t>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=std::vector<c10::optional<int64_t>,std::allocator<c10::optional<int64_t>>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=std::vector<int64_t,std::allocator<int64_t>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=std::vector<int64_t,std::allocator<int64_t>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=std::vector<int64_t,std::allocator<int64_t>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<std::vector<int64_t,std::allocator<int64_t>>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\ATen/core/jit_type.h(727): note: see reference to class template instantiation 'c10::optional<std::vector<int64_t,std::allocator<int64_t>>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=std::vector<int64_t,std::allocator<int64_t>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::impl::InlineDeviceGuard<c10::impl::VirtualGuardImpl>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=c10::impl::InlineDeviceGuard<c10::impl::VirtualGuardImpl>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=c10::impl::InlineDeviceGuard<c10::impl::VirtualGuardImpl>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<c10::impl::InlineDeviceGuard<c10::impl::VirtualGuardImpl>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/core/impl/InlineDeviceGuard.h(427): note: see reference to class template instantiation 'c10::optional<c10::impl::InlineDeviceGuard<c10::impl::VirtualGuardImpl>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/core/DeviceGuard.h(178): note: see reference to class template instantiation 'c10::impl::InlineOptionalDeviceGuard<c10::impl::VirtualGuardImpl>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::impl::InlineDeviceGuard<c10::impl::VirtualGuardImpl>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::impl::InlineStreamGuard<c10::impl::VirtualGuardImpl>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=c10::impl::InlineStreamGuard<c10::impl::VirtualGuardImpl>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=c10::impl::InlineStreamGuard<c10::impl::VirtualGuardImpl>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<c10::impl::InlineStreamGuard<c10::impl::VirtualGuardImpl>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/core/impl/InlineStreamGuard.h(197): note: see reference to class template instantiation 'c10::optional<c10::impl::InlineStreamGuard<c10::impl::VirtualGuardImpl>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/core/StreamGuard.h(139): note: see reference to class template instantiation 'c10::impl::InlineOptionalStreamGuard<c10::impl::VirtualGuardImpl>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::impl::InlineStreamGuard<c10::impl::VirtualGuardImpl>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::impl::VirtualGuardImpl
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=c10::impl::VirtualGuardImpl
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=c10::impl::VirtualGuardImpl
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<c10::impl::VirtualGuardImpl>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/core/impl/InlineStreamGuard.h(232): note: see reference to class template instantiation 'c10::optional<T>' being compiled
- with
- [
- T=c10::impl::VirtualGuardImpl
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/core/StreamGuard.h(162): note: see reference to class template instantiation 'c10::impl::InlineMultiStreamGuard<c10::impl::VirtualGuardImpl>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::impl::VirtualGuardImpl
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=std::vector<c10::ivalue::Future::WeakStorage,std::allocator<c10::ivalue::Future::WeakStorage>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=std::vector<c10::ivalue::Future::WeakStorage,std::allocator<c10::ivalue::Future::WeakStorage>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=std::vector<c10::ivalue::Future::WeakStorage,std::allocator<c10::ivalue::Future::WeakStorage>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<std::vector<c10::ivalue::Future::WeakStorage,std::allocator<c10::ivalue::Future::WeakStorage>>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(853): note: see reference to class template instantiation 'c10::optional<std::vector<c10::ivalue::Future::WeakStorage,std::allocator<c10::ivalue::Future::WeakStorage>>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=std::vector<c10::ivalue::Future::WeakStorage,std::allocator<c10::ivalue::Future::WeakStorage>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=torch::autograd::ViewInfo
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=torch::autograd::ViewInfo
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=torch::autograd::ViewInfo
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<torch::autograd::ViewInfo>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\torch/csrc/autograd/variable.h(570): note: see reference to class template instantiation 'c10::optional<torch::autograd::ViewInfo>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=torch::autograd::ViewInfo
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::IValue
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=c10::IValue
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=c10::IValue
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<c10::IValue>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\ATen/core/function_schema.h(183): note: see reference to class template instantiation 'c10::optional<c10::IValue>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::IValue
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::AliasInfo
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=c10::AliasInfo
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=c10::AliasInfo
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<c10::AliasInfo>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\ATen/core/function_schema.h(28): note: see reference to class template instantiation 'c10::optional<c10::AliasInfo>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::AliasInfo
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=std::vector<c10::SymInt,std::allocator<c10::SymInt>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=std::vector<c10::SymInt,std::allocator<c10::SymInt>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=std::vector<c10::SymInt,std::allocator<c10::SymInt>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<std::vector<T,std::allocator<T>>>' being compiled
- with
- [
- T=c10::SymInt
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\ATen/core/ivalue.h(83): note: see reference to class template instantiation 'c10::optional<std::vector<T,std::allocator<T>>>' being compiled
- with
- [
- T=c10::SymInt
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(376): note: see reference to class template instantiation 'c10::OptionalArray<c10::SymInt>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(386): note: see reference to class template instantiation 'c10::impl::ivalue_to_arg<c10::OptionalArray<c10::SymInt>,AllowDeprecatedTypes>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=std::vector<c10::SymInt,std::allocator<c10::SymInt>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::either<c10::OperatorName,c10::FunctionSchema>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=c10::either<c10::OperatorName,c10::FunctionSchema>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=c10::either<c10::OperatorName,c10::FunctionSchema>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<c10::either<c10::OperatorName,c10::FunctionSchema>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\ATen/core/op_registration/op_registration.h(434): note: see reference to class template instantiation 'c10::optional<c10::either<c10::OperatorName,c10::FunctionSchema>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::either<c10::OperatorName,c10::FunctionSchema>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=at::StepCallbacks
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=at::StepCallbacks
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=at::StepCallbacks
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<at::StepCallbacks>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\torch/csrc/autograd/function.h(160): note: see reference to class template instantiation 'c10::optional<at::StepCallbacks>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=at::StepCallbacks
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::DimVector
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=c10::DimVector
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=c10::DimVector
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<c10::DimVector>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\ATen/TensorIterator.h(915): note: see reference to class template instantiation 'c10::optional<c10::DimVector>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::DimVector
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::impl::AnnotatedSchema
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=c10::impl::AnnotatedSchema
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=c10::impl::AnnotatedSchema
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<c10::impl::AnnotatedSchema>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\ATen/core/dispatch/OperatorEntry.h(223): note: see reference to class template instantiation 'c10::optional<c10::impl::AnnotatedSchema>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::impl::AnnotatedSchema
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::impl::OperatorEntry::CppSignatureWithDebug
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=c10::impl::OperatorEntry::CppSignatureWithDebug
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=c10::impl::OperatorEntry::CppSignatureWithDebug
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<c10::impl::OperatorEntry::CppSignatureWithDebug>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\ATen/core/dispatch/OperatorEntry.h(286): note: see reference to class template instantiation 'c10::optional<c10::impl::OperatorEntry::CppSignatureWithDebug>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::impl::OperatorEntry::CppSignatureWithDebug
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=std::tuple<std::string,size_t,size_t>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=std::tuple<std::string,size_t,size_t>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=std::tuple<std::string,size_t,size_t>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<std::tuple<std::string,size_t,size_t>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\torch/csrc/jit/frontend/source_range.h(357): note: see reference to class template instantiation 'c10::optional<std::tuple<std::string,size_t,size_t>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=std::tuple<std::string,size_t,size_t>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=torch::jit::SourceRange
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=torch::jit::SourceRange
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=torch::jit::SourceRange
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<torch::jit::SourceRange>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\torch/csrc/jit/frontend/source_range.h(380): note: see reference to class template instantiation 'c10::optional<torch::jit::SourceRange>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=torch::jit::SourceRange
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=torch::jit::InlinedCallStackPtr
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=torch::jit::InlinedCallStackPtr
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=torch::jit::InlinedCallStackPtr
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<torch::jit::InlinedCallStackPtr>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\torch/csrc/jit/ir/scope.h(127): note: see reference to class template instantiation 'c10::optional<torch::jit::InlinedCallStackPtr>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=torch::jit::InlinedCallStackPtr
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=torch::jit::ModuleInstanceInfo
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=torch::jit::ModuleInstanceInfo
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=torch::jit::ModuleInstanceInfo
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<torch::jit::ModuleInstanceInfo>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\torch/csrc/jit/ir/scope.h(140): note: see reference to class template instantiation 'c10::optional<torch::jit::ModuleInstanceInfo>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=torch::jit::ModuleInstanceInfo
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=torch::jit::ScopePtr
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=torch::jit::ScopePtr
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=torch::jit::ScopePtr
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<torch::jit::ScopePtr>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\torch/csrc/jit/ir/constants.h(29): note: see reference to class template instantiation 'c10::optional<torch::jit::ScopePtr>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=torch::jit::ScopePtr
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=at::ThreadLocalState
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=at::ThreadLocalState
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=at::ThreadLocalState
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<at::ThreadLocalState>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\torch/csrc/jit/runtime/interpreter.h(150): note: see reference to class template instantiation 'c10::optional<at::ThreadLocalState>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=at::ThreadLocalState
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=std::shared_ptr<torch::jit::Graph>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=std::shared_ptr<torch::jit::Graph>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=std::shared_ptr<torch::jit::Graph>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<std::shared_ptr<torch::jit::Graph>>' being compiled
- G:\Visual_studio\2019\VC\Tools\MSVC\14.29.30037\include\array(597): note: see reference to class template instantiation 'c10::optional<std::shared_ptr<torch::jit::Graph>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\torch/csrc/jit/api/function_impl.h(165): note: see reference to class template instantiation 'std::array<c10::optional<std::shared_ptr<torch::jit::Graph>>,4>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=std::shared_ptr<torch::jit::Graph>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=torch::jit::GraphExecutor
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=torch::jit::GraphExecutor
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=torch::jit::GraphExecutor
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<torch::jit::GraphExecutor>' being compiled
- G:\Visual_studio\2019\VC\Tools\MSVC\14.29.30037\include\array(597): note: see reference to class template instantiation 'c10::optional<torch::jit::GraphExecutor>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\torch/csrc/jit/api/function_impl.h(179): note: see reference to class template instantiation 'std::array<c10::optional<torch::jit::GraphExecutor>,4>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=torch::jit::GraphExecutor
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=torch::jit::Method
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=torch::jit::Method
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=torch::jit::Method
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<torch::jit::Method>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\torch/csrc/jit/api/object.h(46): note: see reference to class template instantiation 'c10::optional<torch::jit::Method>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=torch::jit::Method
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=std::vector<std::string,std::allocator<std::string>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=std::vector<std::string,std::allocator<std::string>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=std::vector<std::string,std::allocator<std::string>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<std::vector<std::string,std::allocator<std::string>>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\torch/csrc/jit/api/module.h(304): note: see reference to class template instantiation 'c10::optional<std::vector<std::string,std::allocator<std::string>>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=std::vector<std::string,std::allocator<std::string>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=std::function<void (const torch::autograd::profiler::thread_event_lists &)>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=std::function<void (const torch::autograd::profiler::thread_event_lists &)>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=std::function<void (const torch::autograd::profiler::thread_event_lists &)>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<std::function<void (const torch::autograd::profiler::thread_event_lists &)>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\torch/csrc/autograd/profiler_legacy.h(410): note: see reference to class template instantiation 'c10::optional<std::function<void (const torch::autograd::profiler::thread_event_lists &)>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=std::function<void (const torch::autograd::profiler::thread_event_lists &)>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/options/loss.h(453): note: see reference to class template instantiation 'c10::optional<torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=std::vector<double,std::allocator<double>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=std::vector<double,std::allocator<double>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=std::vector<double,std::allocator<double>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<std::vector<T,std::allocator<T>>>' being compiled
- with
- [
- T=double
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/options/upsampling.h(27): note: see reference to class template instantiation 'c10::optional<std::vector<T,std::allocator<T>>>' being compiled
- with
- [
- T=double
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=std::vector<double,std::allocator<double>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=std::tuple<at::Tensor,at::Tensor>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=std::tuple<at::Tensor,at::Tensor>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=std::tuple<at::Tensor,at::Tensor>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<std::tuple<at::Tensor,at::Tensor>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(165): note: see reference to class template instantiation 'c10::optional<std::tuple<at::Tensor,at::Tensor>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=std::tuple<at::Tensor,at::Tensor>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=std::vector<at::Tensor,std::allocator<at::Tensor>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=std::vector<at::Tensor,std::allocator<at::Tensor>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=std::vector<at::Tensor,std::allocator<at::Tensor>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<std::vector<at::Tensor,std::allocator<at::Tensor>>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\torch\csrc\api\include\torch/optim/lbfgs.h(50): note: see reference to class template instantiation 'c10::optional<std::vector<at::Tensor,std::allocator<at::Tensor>>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=std::vector<at::Tensor,std::allocator<at::Tensor>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::impl::InlineDeviceGuard<c10::cuda::impl::CUDAGuardImpl>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=c10::impl::InlineDeviceGuard<c10::cuda::impl::CUDAGuardImpl>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=c10::impl::InlineDeviceGuard<c10::cuda::impl::CUDAGuardImpl>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<c10::impl::InlineDeviceGuard<c10::cuda::impl::CUDAGuardImpl>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/core/impl/InlineDeviceGuard.h(427): note: see reference to class template instantiation 'c10::optional<c10::impl::InlineDeviceGuard<c10::cuda::impl::CUDAGuardImpl>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/cuda/CUDAGuard.h(140): note: see reference to class template instantiation 'c10::impl::InlineOptionalDeviceGuard<c10::cuda::impl::CUDAGuardImpl>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::impl::InlineDeviceGuard<c10::cuda::impl::CUDAGuardImpl>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::impl::InlineStreamGuard<c10::cuda::impl::CUDAGuardImpl>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=c10::impl::InlineStreamGuard<c10::cuda::impl::CUDAGuardImpl>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=c10::impl::InlineStreamGuard<c10::cuda::impl::CUDAGuardImpl>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<c10::impl::InlineStreamGuard<c10::cuda::impl::CUDAGuardImpl>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/core/impl/InlineStreamGuard.h(197): note: see reference to class template instantiation 'c10::optional<c10::impl::InlineStreamGuard<c10::cuda::impl::CUDAGuardImpl>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/cuda/CUDAGuard.h(273): note: see reference to class template instantiation 'c10::impl::InlineOptionalStreamGuard<c10::cuda::impl::CUDAGuardImpl>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::impl::InlineStreamGuard<c10::cuda::impl::CUDAGuardImpl>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::cuda::impl::CUDAGuardImpl
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=c10::cuda::impl::CUDAGuardImpl
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=c10::cuda::impl::CUDAGuardImpl
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<c10::cuda::impl::CUDAGuardImpl>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/core/impl/InlineStreamGuard.h(232): note: see reference to class template instantiation 'c10::optional<T>' being compiled
- with
- [
- T=c10::cuda::impl::CUDAGuardImpl
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/cuda/CUDAGuard.h(292): note: see reference to class template instantiation 'c10::impl::InlineMultiStreamGuard<c10::cuda::impl::CUDAGuardImpl>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::cuda::impl::CUDAGuardImpl
- ]
- "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\bin\nvcc" -c F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc/flash_attn/src/fmha_block_dgrad_fp16_kernel_loop.sm80.cu -o build\temp.win-amd64-cpython-310\Release\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc/flash_attn/src/fmha_block_dgrad_fp16_kernel_loop.sm80.obj -IF:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn -IF:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src -IF:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\cutlass\include "-IF:\Python 3.10.8\lib\site-packages\torch\include" "-IF:\Python 3.10.8\lib\site-packages\torch\include\torch\csrc\api\include" "-IF:\Python 3.10.8\lib\site-packages\torch\include\TH" "-IF:\Python 3.10.8\lib\site-packages\torch\include\THC" "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\include" "-IF:\Python 3.10.8\include" "-IF:\Python 3.10.8\Include" -IG:\Visual_studio\2019\VC\Tools\MSVC\14.29.30037\include "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" -Xcudafe --diag_suppress=dll_interface_conflict_dllexport_assumed -Xcudafe --diag_suppress=dll_interface_conflict_none_assumed -Xcudafe --diag_suppress=field_without_dll_interface -Xcudafe --diag_suppress=base_class_has_different_dll_interface -Xcompiler /EHsc -Xcompiler /wd4190 -Xcompiler /wd4018 -Xcompiler /wd4275 -Xcompiler /wd4267 -Xcompiler /wd4244 -Xcompiler /wd4251 -Xcompiler /wd4819 -Xcompiler /MD -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr -DHAS_PYTORCH --use_fast_math -U__CUDA_NO_HALF_OPERATORS__ -U__CUDA_NO_HALF_CONVERSIONS__ --extended-lambda --generate-line-info -DNDEBUG --threads 4 --ptxas-options=-v -std=c++17 -Xcompiler /Zc:lambda -Xcompiler /Zc:preprocessor -O3 --expt-relaxed-constexpr --expt-extended-lambda --use_fast_math --ptxas-options=-v -std=c++17 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=sm_86 --generate-line-info -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C_flashattention -D_GLIBCXX_USE_CXX11_ABI=0 --use-local-env
- fmha_block_dgrad_fp16_kernel_loop.sm80.cu
- cl : Command line warning D9025 : overriding '/D__CUDA_NO_HALF_OPERATORS__' with '/U__CUDA_NO_HALF_OPERATORS__'
- cl : Command line warning D9025 : overriding '/D__CUDA_NO_HALF_CONVERSIONS__' with '/U__CUDA_NO_HALF_CONVERSIONS__'
- fmha_block_dgrad_fp16_kernel_loop.sm80.cu
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline
- cl : Command line warning D9025 : overriding '/D__CUDA_NO_HALF_OPERATORS__' with '/U__CUDA_NO_HALF_OPERATORS__'
- cl : Command line warning D9025 : overriding '/D__CUDA_NO_HALF_CONVERSIONS__' with '/U__CUDA_NO_HALF_CONVERSIONS__'
- fmha_block_dgrad_fp16_kernel_loop.sm80.cu
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline
- cl : Command line warning D9025 : overriding '/D__CUDA_NO_HALF_OPERATORS__' with '/U__CUDA_NO_HALF_OPERATORS__'
- cl : Command line warning D9025 : overriding '/D__CUDA_NO_HALF_CONVERSIONS__' with '/U__CUDA_NO_HALF_CONVERSIONS__'
- fmha_block_dgrad_fp16_kernel_loop.sm80.cu
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline
- cl : Command line warning D9025 : overriding '/D__CUDA_NO_HALF_OPERATORS__' with '/U__CUDA_NO_HALF_OPERATORS__'
- cl : Command line warning D9025 : overriding '/D__CUDA_NO_HALF_CONVERSIONS__' with '/U__CUDA_NO_HALF_CONVERSIONS__'
- fmha_block_dgrad_fp16_kernel_loop.sm80.cu
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline
- C:/Program Files (x86)/Windows Kits/10/include/10.0.19041.0/ucrt\fenv.h(113): warning #550-D: variable "_Ans" was set but never used
- F:/Stable_Diffusion/stable-diffusion-webui-master/repositories/xformers/third_party/flash-attention/csrc/flash_attn/src\fmha/gmem_tile.h(469): warning #177-D: variable "warp" was declared but never referenced
- detected during:
- instantiation of "fmha::Gmem_summary_stats<Cta_tile>::Gmem_summary_stats(void *, const Params &, int) [with Cta_tile=fmha::Cta_tile_<16, 256, 16, 1, 8, 1>, Params=FMHA_dgrad_params]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_kernel_1xN_loop.h(187): here
- instantiation of "void fmha::compute_block_dq_dk_dv_1xN_one_iter<Kernel_traits,Is_dropout,Is_causal,Is_first,Is_last,Params,Prng>(const Params &, Prng &, int) [with Kernel_traits=FMHA_kernel_traits<256, 16, 16, 1, 8, 8U, __half>, Is_dropout=true, Is_causal=true, Is_first=true, Is_last=true, Params=FMHA_dgrad_params, Prng=<unnamed>::Philox]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_kernel_1xN_loop.h(752): here
- instantiation of "void fmha::compute_block_dq_dk_dv_1xN<Kernel_traits,Is_dropout,Is_causal,loop_steps,Params>(const Params &) [with Kernel_traits=FMHA_kernel_traits<256, 16, 16, 1, 8, 8U, __half>, Is_dropout=true, Is_causal=true, loop_steps=-1, Params=FMHA_dgrad_params]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(9): here
- instantiation of "void fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernel<Kernel_traits,Is_dropout,Is_causal,loop_steps>(FMHA_dgrad_params) [with Kernel_traits=FMHA_kernel_traits<256, 16, 16, 1, 8, 8U, __half>, Is_dropout=true, Is_causal=true, loop_steps=-1]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(31): here
- instantiation of "void run_fmha_block_dgrad_fp16_sm80_loop_<Kernel_traits>(const FMHA_dgrad_params &, cudaStream_t) [with Kernel_traits=FMHA_kernel_traits<256, 16, 16, 1, 8, 8U, __half>]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(56): here
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(14): warning #177-D: variable "smem_size_softmax" was declared but never referenced
- detected during instantiation of "void run_fmha_block_dgrad_fp16_sm80_loop_<Kernel_traits>(const FMHA_dgrad_params &, cudaStream_t) [with Kernel_traits=FMHA_kernel_traits<256, 16, 16, 1, 8, 8U, __half>]"
- (56): here
- F:/Stable_Diffusion/stable-diffusion-webui-master/repositories/xformers/third_party/flash-attention/csrc/flash_attn/src\fmha/gmem_tile.h(469): warning #177-D: variable "warp" was declared but never referenced
- detected during:
- instantiation of "fmha::Gmem_summary_stats<Cta_tile>::Gmem_summary_stats(void *, const Params &, int) [with Cta_tile=fmha::Cta_tile_<16, 256, 32, 1, 8, 1>, Params=FMHA_dgrad_params]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_kernel_1xN_loop.h(187): here
- instantiation of "void fmha::compute_block_dq_dk_dv_1xN_one_iter<Kernel_traits,Is_dropout,Is_causal,Is_first,Is_last,Params,Prng>(const Params &, Prng &, int) [with Kernel_traits=FMHA_kernel_traits<256, 32, 16, 1, 8, 8U, __half>, Is_dropout=true, Is_causal=true, Is_first=true, Is_last=true, Params=FMHA_dgrad_params, Prng=<unnamed>::Philox]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_kernel_1xN_loop.h(752): here
- instantiation of "void fmha::compute_block_dq_dk_dv_1xN<Kernel_traits,Is_dropout,Is_causal,loop_steps,Params>(const Params &) [with Kernel_traits=FMHA_kernel_traits<256, 32, 16, 1, 8, 8U, __half>, Is_dropout=true, Is_causal=true, loop_steps=-1, Params=FMHA_dgrad_params]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(9): here
- instantiation of "void fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernel<Kernel_traits,Is_dropout,Is_causal,loop_steps>(FMHA_dgrad_params) [with Kernel_traits=FMHA_kernel_traits<256, 32, 16, 1, 8, 8U, __half>, Is_dropout=true, Is_causal=true, loop_steps=-1]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(31): here
- instantiation of "void run_fmha_block_dgrad_fp16_sm80_loop_<Kernel_traits>(const FMHA_dgrad_params &, cudaStream_t) [with Kernel_traits=FMHA_kernel_traits<256, 32, 16, 1, 8, 8U, __half>]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(59): here
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(14): warning #177-D: variable "smem_size_softmax" was declared but never referenced
- detected during instantiation of "void run_fmha_block_dgrad_fp16_sm80_loop_<Kernel_traits>(const FMHA_dgrad_params &, cudaStream_t) [with Kernel_traits=FMHA_kernel_traits<256, 32, 16, 1, 8, 8U, __half>]"
- (59): here
- F:/Stable_Diffusion/stable-diffusion-webui-master/repositories/xformers/third_party/flash-attention/csrc/flash_attn/src\fmha/gmem_tile.h(469): warning #177-D: variable "warp" was declared but never referenced
- detected during:
- instantiation of "fmha::Gmem_summary_stats<Cta_tile>::Gmem_summary_stats(void *, const Params &, int) [with Cta_tile=fmha::Cta_tile_<16, 256, 64, 1, 8, 1>, Params=FMHA_dgrad_params]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_kernel_1xN_loop.h(187): here
- instantiation of "void fmha::compute_block_dq_dk_dv_1xN_one_iter<Kernel_traits,Is_dropout,Is_causal,Is_first,Is_last,Params,Prng>(const Params &, Prng &, int) [with Kernel_traits=FMHA_kernel_traits<256, 64, 16, 1, 8, 256U, __half>, Is_dropout=true, Is_causal=true, Is_first=true, Is_last=true, Params=FMHA_dgrad_params, Prng=<unnamed>::Philox]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_kernel_1xN_loop.h(752): here
- instantiation of "void fmha::compute_block_dq_dk_dv_1xN<Kernel_traits,Is_dropout,Is_causal,loop_steps,Params>(const Params &) [with Kernel_traits=FMHA_kernel_traits<256, 64, 16, 1, 8, 256U, __half>, Is_dropout=true, Is_causal=true, loop_steps=-1, Params=FMHA_dgrad_params]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(9): here
- instantiation of "void fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernel<Kernel_traits,Is_dropout,Is_causal,loop_steps>(FMHA_dgrad_params) [with Kernel_traits=FMHA_kernel_traits<256, 64, 16, 1, 8, 256U, __half>, Is_dropout=true, Is_causal=true, loop_steps=-1]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(31): here
- instantiation of "void run_fmha_block_dgrad_fp16_sm80_loop_<Kernel_traits>(const FMHA_dgrad_params &, cudaStream_t) [with Kernel_traits=FMHA_kernel_traits<256, 64, 16, 1, 8, 256U, __half>]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(62): here
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(14): warning #177-D: variable "smem_size_softmax" was declared but never referenced
- detected during instantiation of "void run_fmha_block_dgrad_fp16_sm80_loop_<Kernel_traits>(const FMHA_dgrad_params &, cudaStream_t) [with Kernel_traits=FMHA_kernel_traits<256, 64, 16, 1, 8, 256U, __half>]"
- (62): here
- ptxas info : 25 bytes gmem
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb0ELi2EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb0ELi2EEv17FMHA_dgrad_params
- 8 bytes stack frame, 8 bytes spill stores, 8 bytes spill loads
- ptxas info : Used 255 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb1ELi2EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb1ELi2EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 255 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb0ELi2EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb0ELi2EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 255 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb1ELi2EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb1ELi2EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 253 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb0ELi1EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb0ELi1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 252 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb1ELi1EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb1ELi1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 251 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb0ELi1EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb0ELi1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 244 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb1ELi1EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb1ELi1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 240 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb0ELin1EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb0ELin1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 253 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb1ELin1EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb1ELin1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 255 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb0ELin1EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb0ELin1EEv17FMHA_dgrad_params
- 8 bytes stack frame, 8 bytes spill stores, 8 bytes spill loads
- ptxas info : Used 255 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb1ELin1EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb1ELin1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 255 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELi2EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELi2EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 239 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELi2EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELi2EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 245 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELi2EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELi2EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 252 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELi2EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELi2EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 252 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELi1EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELi1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 221 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELi1EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELi1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 223 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELi1EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELi1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 235 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELi1EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELi1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 236 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELin1EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELin1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 252 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELin1EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELin1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 250 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELin1EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELin1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 254 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELin1EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELin1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 250 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELi2EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELi2EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 194 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELi2EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELi2EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 208 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELi2EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELi2EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 214 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELi2EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELi2EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 228 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELi1EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELi1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 160 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELi1EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELi1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 160 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELi1EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELi1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 198 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELi1EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELi1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 198 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELin1EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELin1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 208 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELin1EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELin1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 214 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELin1EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELin1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 226 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELin1EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELin1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 232 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- C:/Program Files (x86)/Windows Kits/10/include/10.0.19041.0/ucrt\fenv.h(113): warning #550-D: variable "_Ans" was set but never used
- F:/Stable_Diffusion/stable-diffusion-webui-master/repositories/xformers/third_party/flash-attention/csrc/flash_attn/src\fmha/gmem_tile.h(469): warning #177-D: variable "warp" was declared but never referenced
- detected during:
- instantiation of "fmha::Gmem_summary_stats<Cta_tile>::Gmem_summary_stats(void *, const Params &, int) [with Cta_tile=fmha::Cta_tile_<16, 256, 16, 1, 8, 1>, Params=FMHA_dgrad_params]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_kernel_1xN_loop.h(187): here
- instantiation of "void fmha::compute_block_dq_dk_dv_1xN_one_iter<Kernel_traits,Is_dropout,Is_causal,Is_first,Is_last,Params,Prng>(const Params &, Prng &, int) [with Kernel_traits=FMHA_kernel_traits<256, 16, 16, 1, 8, 8U, __half>, Is_dropout=true, Is_causal=true, Is_first=true, Is_last=true, Params=FMHA_dgrad_params, Prng=<unnamed>::Philox]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_kernel_1xN_loop.h(752): here
- instantiation of "void fmha::compute_block_dq_dk_dv_1xN<Kernel_traits,Is_dropout,Is_causal,loop_steps,Params>(const Params &) [with Kernel_traits=FMHA_kernel_traits<256, 16, 16, 1, 8, 8U, __half>, Is_dropout=true, Is_causal=true, loop_steps=-1, Params=FMHA_dgrad_params]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(9): here
- instantiation of "void fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernel<Kernel_traits,Is_dropout,Is_causal,loop_steps>(FMHA_dgrad_params) [with Kernel_traits=FMHA_kernel_traits<256, 16, 16, 1, 8, 8U, __half>, Is_dropout=true, Is_causal=true, loop_steps=-1]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(31): here
- instantiation of "void run_fmha_block_dgrad_fp16_sm80_loop_<Kernel_traits>(const FMHA_dgrad_params &, cudaStream_t) [with Kernel_traits=FMHA_kernel_traits<256, 16, 16, 1, 8, 8U, __half>]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(56): here
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(14): warning #177-D: variable "smem_size_softmax" was declared but never referenced
- detected during instantiation of "void run_fmha_block_dgrad_fp16_sm80_loop_<Kernel_traits>(const FMHA_dgrad_params &, cudaStream_t) [with Kernel_traits=FMHA_kernel_traits<256, 16, 16, 1, 8, 8U, __half>]"
- (56): here
- F:/Stable_Diffusion/stable-diffusion-webui-master/repositories/xformers/third_party/flash-attention/csrc/flash_attn/src\fmha/gmem_tile.h(469): warning #177-D: variable "warp" was declared but never referenced
- detected during:
- instantiation of "fmha::Gmem_summary_stats<Cta_tile>::Gmem_summary_stats(void *, const Params &, int) [with Cta_tile=fmha::Cta_tile_<16, 256, 32, 1, 8, 1>, Params=FMHA_dgrad_params]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_kernel_1xN_loop.h(187): here
- instantiation of "void fmha::compute_block_dq_dk_dv_1xN_one_iter<Kernel_traits,Is_dropout,Is_causal,Is_first,Is_last,Params,Prng>(const Params &, Prng &, int) [with Kernel_traits=FMHA_kernel_traits<256, 32, 16, 1, 8, 8U, __half>, Is_dropout=true, Is_causal=true, Is_first=true, Is_last=true, Params=FMHA_dgrad_params, Prng=<unnamed>::Philox]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_kernel_1xN_loop.h(752): here
- instantiation of "void fmha::compute_block_dq_dk_dv_1xN<Kernel_traits,Is_dropout,Is_causal,loop_steps,Params>(const Params &) [with Kernel_traits=FMHA_kernel_traits<256, 32, 16, 1, 8, 8U, __half>, Is_dropout=true, Is_causal=true, loop_steps=-1, Params=FMHA_dgrad_params]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(9): here
- instantiation of "void fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernel<Kernel_traits,Is_dropout,Is_causal,loop_steps>(FMHA_dgrad_params) [with Kernel_traits=FMHA_kernel_traits<256, 32, 16, 1, 8, 8U, __half>, Is_dropout=true, Is_causal=true, loop_steps=-1]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(31): here
- instantiation of "void run_fmha_block_dgrad_fp16_sm80_loop_<Kernel_traits>(const FMHA_dgrad_params &, cudaStream_t) [with Kernel_traits=FMHA_kernel_traits<256, 32, 16, 1, 8, 8U, __half>]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(59): here
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(14): warning #177-D: variable "smem_size_softmax" was declared but never referenced
- detected during instantiation of "void run_fmha_block_dgrad_fp16_sm80_loop_<Kernel_traits>(const FMHA_dgrad_params &, cudaStream_t) [with Kernel_traits=FMHA_kernel_traits<256, 32, 16, 1, 8, 8U, __half>]"
- (59): here
- F:/Stable_Diffusion/stable-diffusion-webui-master/repositories/xformers/third_party/flash-attention/csrc/flash_attn/src\fmha/gmem_tile.h(469): warning #177-D: variable "warp" was declared but never referenced
- detected during:
- instantiation of "fmha::Gmem_summary_stats<Cta_tile>::Gmem_summary_stats(void *, const Params &, int) [with Cta_tile=fmha::Cta_tile_<16, 256, 64, 1, 8, 1>, Params=FMHA_dgrad_params]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_kernel_1xN_loop.h(187): here
- instantiation of "void fmha::compute_block_dq_dk_dv_1xN_one_iter<Kernel_traits,Is_dropout,Is_causal,Is_first,Is_last,Params,Prng>(const Params &, Prng &, int) [with Kernel_traits=FMHA_kernel_traits<256, 64, 16, 1, 8, 256U, __half>, Is_dropout=true, Is_causal=true, Is_first=true, Is_last=true, Params=FMHA_dgrad_params, Prng=<unnamed>::Philox]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_kernel_1xN_loop.h(752): here
- instantiation of "void fmha::compute_block_dq_dk_dv_1xN<Kernel_traits,Is_dropout,Is_causal,loop_steps,Params>(const Params &) [with Kernel_traits=FMHA_kernel_traits<256, 64, 16, 1, 8, 256U, __half>, Is_dropout=true, Is_causal=true, loop_steps=-1, Params=FMHA_dgrad_params]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(9): here
- instantiation of "void fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernel<Kernel_traits,Is_dropout,Is_causal,loop_steps>(FMHA_dgrad_params) [with Kernel_traits=FMHA_kernel_traits<256, 64, 16, 1, 8, 256U, __half>, Is_dropout=true, Is_causal=true, loop_steps=-1]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(31): here
- instantiation of "void run_fmha_block_dgrad_fp16_sm80_loop_<Kernel_traits>(const FMHA_dgrad_params &, cudaStream_t) [with Kernel_traits=FMHA_kernel_traits<256, 64, 16, 1, 8, 256U, __half>]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(62): here
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(14): warning #177-D: variable "smem_size_softmax" was declared but never referenced
- detected during instantiation of "void run_fmha_block_dgrad_fp16_sm80_loop_<Kernel_traits>(const FMHA_dgrad_params &, cudaStream_t) [with Kernel_traits=FMHA_kernel_traits<256, 64, 16, 1, 8, 256U, __half>]"
- (62): here
- C:/Program Files (x86)/Windows Kits/10/include/10.0.19041.0/ucrt\fenv.h(113): warning #550-D: variable "_Ans" was set but never used
- F:/Stable_Diffusion/stable-diffusion-webui-master/repositories/xformers/third_party/flash-attention/csrc/flash_attn/src\fmha/gmem_tile.h(469): warning #177-D: variable "warp" was declared but never referenced
- detected during:
- instantiation of "fmha::Gmem_summary_stats<Cta_tile>::Gmem_summary_stats(void *, const Params &, int) [with Cta_tile=fmha::Cta_tile_<16, 256, 16, 1, 8, 1>, Params=FMHA_dgrad_params]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_kernel_1xN_loop.h(187): here
- instantiation of "void fmha::compute_block_dq_dk_dv_1xN_one_iter<Kernel_traits,Is_dropout,Is_causal,Is_first,Is_last,Params,Prng>(const Params &, Prng &, int) [with Kernel_traits=FMHA_kernel_traits<256, 16, 16, 1, 8, 8U, __half>, Is_dropout=true, Is_causal=true, Is_first=true, Is_last=true, Params=FMHA_dgrad_params, Prng=<unnamed>::Philox]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_kernel_1xN_loop.h(752): here
- instantiation of "void fmha::compute_block_dq_dk_dv_1xN<Kernel_traits,Is_dropout,Is_causal,loop_steps,Params>(const Params &) [with Kernel_traits=FMHA_kernel_traits<256, 16, 16, 1, 8, 8U, __half>, Is_dropout=true, Is_causal=true, loop_steps=-1, Params=FMHA_dgrad_params]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(9): here
- instantiation of "void fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernel<Kernel_traits,Is_dropout,Is_causal,loop_steps>(FMHA_dgrad_params) [with Kernel_traits=FMHA_kernel_traits<256, 16, 16, 1, 8, 8U, __half>, Is_dropout=true, Is_causal=true, loop_steps=-1]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(31): here
- instantiation of "void run_fmha_block_dgrad_fp16_sm80_loop_<Kernel_traits>(const FMHA_dgrad_params &, cudaStream_t) [with Kernel_traits=FMHA_kernel_traits<256, 16, 16, 1, 8, 8U, __half>]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(56): here
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(14): warning #177-D: variable "smem_size_softmax" was declared but never referenced
- detected during instantiation of "void run_fmha_block_dgrad_fp16_sm80_loop_<Kernel_traits>(const FMHA_dgrad_params &, cudaStream_t) [with Kernel_traits=FMHA_kernel_traits<256, 16, 16, 1, 8, 8U, __half>]"
- (56): here
- F:/Stable_Diffusion/stable-diffusion-webui-master/repositories/xformers/third_party/flash-attention/csrc/flash_attn/src\fmha/gmem_tile.h(469): warning #177-D: variable "warp" was declared but never referenced
- detected during:
- instantiation of "fmha::Gmem_summary_stats<Cta_tile>::Gmem_summary_stats(void *, const Params &, int) [with Cta_tile=fmha::Cta_tile_<16, 256, 32, 1, 8, 1>, Params=FMHA_dgrad_params]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_kernel_1xN_loop.h(187): here
- instantiation of "void fmha::compute_block_dq_dk_dv_1xN_one_iter<Kernel_traits,Is_dropout,Is_causal,Is_first,Is_last,Params,Prng>(const Params &, Prng &, int) [with Kernel_traits=FMHA_kernel_traits<256, 32, 16, 1, 8, 8U, __half>, Is_dropout=true, Is_causal=true, Is_first=true, Is_last=true, Params=FMHA_dgrad_params, Prng=<unnamed>::Philox]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_kernel_1xN_loop.h(752): here
- instantiation of "void fmha::compute_block_dq_dk_dv_1xN<Kernel_traits,Is_dropout,Is_causal,loop_steps,Params>(const Params &) [with Kernel_traits=FMHA_kernel_traits<256, 32, 16, 1, 8, 8U, __half>, Is_dropout=true, Is_causal=true, loop_steps=-1, Params=FMHA_dgrad_params]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(9): here
- instantiation of "void fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernel<Kernel_traits,Is_dropout,Is_causal,loop_steps>(FMHA_dgrad_params) [with Kernel_traits=FMHA_kernel_traits<256, 32, 16, 1, 8, 8U, __half>, Is_dropout=true, Is_causal=true, loop_steps=-1]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(31): here
- instantiation of "void run_fmha_block_dgrad_fp16_sm80_loop_<Kernel_traits>(const FMHA_dgrad_params &, cudaStream_t) [with Kernel_traits=FMHA_kernel_traits<256, 32, 16, 1, 8, 8U, __half>]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(59): here
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(14): warning #177-D: variable "smem_size_softmax" was declared but never referenced
- detected during instantiation of "void run_fmha_block_dgrad_fp16_sm80_loop_<Kernel_traits>(const FMHA_dgrad_params &, cudaStream_t) [with Kernel_traits=FMHA_kernel_traits<256, 32, 16, 1, 8, 8U, __half>]"
- (59): here
- F:/Stable_Diffusion/stable-diffusion-webui-master/repositories/xformers/third_party/flash-attention/csrc/flash_attn/src\fmha/gmem_tile.h(469): warning #177-D: variable "warp" was declared but never referenced
- detected during:
- instantiation of "fmha::Gmem_summary_stats<Cta_tile>::Gmem_summary_stats(void *, const Params &, int) [with Cta_tile=fmha::Cta_tile_<16, 256, 64, 1, 8, 1>, Params=FMHA_dgrad_params]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_kernel_1xN_loop.h(187): here
- instantiation of "void fmha::compute_block_dq_dk_dv_1xN_one_iter<Kernel_traits,Is_dropout,Is_causal,Is_first,Is_last,Params,Prng>(const Params &, Prng &, int) [with Kernel_traits=FMHA_kernel_traits<256, 64, 16, 1, 8, 256U, __half>, Is_dropout=true, Is_causal=true, Is_first=true, Is_last=true, Params=FMHA_dgrad_params, Prng=<unnamed>::Philox]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_kernel_1xN_loop.h(752): here
- instantiation of "void fmha::compute_block_dq_dk_dv_1xN<Kernel_traits,Is_dropout,Is_causal,loop_steps,Params>(const Params &) [with Kernel_traits=FMHA_kernel_traits<256, 64, 16, 1, 8, 256U, __half>, Is_dropout=true, Is_causal=true, loop_steps=-1, Params=FMHA_dgrad_params]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(9): here
- instantiation of "void fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernel<Kernel_traits,Is_dropout,Is_causal,loop_steps>(FMHA_dgrad_params) [with Kernel_traits=FMHA_kernel_traits<256, 64, 16, 1, 8, 256U, __half>, Is_dropout=true, Is_causal=true, loop_steps=-1]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(31): here
- instantiation of "void run_fmha_block_dgrad_fp16_sm80_loop_<Kernel_traits>(const FMHA_dgrad_params &, cudaStream_t) [with Kernel_traits=FMHA_kernel_traits<256, 64, 16, 1, 8, 256U, __half>]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(62): here
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(14): warning #177-D: variable "smem_size_softmax" was declared but never referenced
- detected during instantiation of "void run_fmha_block_dgrad_fp16_sm80_loop_<Kernel_traits>(const FMHA_dgrad_params &, cudaStream_t) [with Kernel_traits=FMHA_kernel_traits<256, 64, 16, 1, 8, 256U, __half>]"
- (62): here
- ptxas info : 25 bytes gmem
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb0ELi2EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb0ELi2EEv17FMHA_dgrad_params
- 8 bytes stack frame, 4 bytes spill stores, 4 bytes spill loads
- ptxas info : Used 255 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb1ELi2EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb1ELi2EEv17FMHA_dgrad_params
- 8 bytes stack frame, 8 bytes spill stores, 8 bytes spill loads
- ptxas info : Used 255 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb0ELi2EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb0ELi2EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 255 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb1ELi2EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb1ELi2EEv17FMHA_dgrad_params
- 8 bytes stack frame, 8 bytes spill stores, 8 bytes spill loads
- ptxas info : Used 255 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb0ELi1EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb0ELi1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 246 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb1ELi1EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb1ELi1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 246 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb0ELi1EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb0ELi1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 254 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb1ELi1EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb1ELi1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 246 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb0ELin1EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb0ELin1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 255 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb1ELin1EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb1ELin1EEv17FMHA_dgrad_params
- 8 bytes stack frame, 8 bytes spill stores, 8 bytes spill loads
- ptxas info : Used 255 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb0ELin1EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb0ELin1EEv17FMHA_dgrad_params
- 8 bytes stack frame, 4 bytes spill stores, 4 bytes spill loads
- ptxas info : Used 255 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb1ELin1EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb1ELin1EEv17FMHA_dgrad_params
- 8 bytes stack frame, 8 bytes spill stores, 8 bytes spill loads
- ptxas info : Used 255 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELi2EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELi2EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 239 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELi2EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELi2EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 236 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELi2EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELi2EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 246 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELi2EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELi2EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 255 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELi1EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELi1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 221 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELi1EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELi1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 223 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELi1EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELi1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 235 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELi1EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELi1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 226 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELin1EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELin1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 255 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELin1EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELin1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 241 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELin1EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELin1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 254 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELin1EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELin1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 250 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELi2EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELi2EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 195 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELi2EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELi2EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 209 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELi2EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELi2EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 218 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELi2EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELi2EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 222 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELi1EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELi1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 160 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELi1EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELi1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 160 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELi1EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELi1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 198 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELi1EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELi1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 200 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELin1EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELin1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 209 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELin1EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELin1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 213 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELin1EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELin1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 226 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELin1EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELin1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 233 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : 25 bytes gmem
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb0ELi2EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb0ELi2EEv17FMHA_dgrad_params
- 8 bytes stack frame, 8 bytes spill stores, 8 bytes spill loads
- ptxas info : Used 255 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb1ELi2EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb1ELi2EEv17FMHA_dgrad_params
- 8 bytes stack frame, 8 bytes spill stores, 8 bytes spill loads
- ptxas info : Used 255 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb0ELi2EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb0ELi2EEv17FMHA_dgrad_params
- 24 bytes stack frame, 28 bytes spill stores, 24 bytes spill loads
- ptxas info : Used 255 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb1ELi2EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb1ELi2EEv17FMHA_dgrad_params
- 32 bytes stack frame, 48 bytes spill stores, 36 bytes spill loads
- ptxas info : Used 255 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb0ELi1EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb0ELi1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 254 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb1ELi1EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb1ELi1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 255 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb0ELi1EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb0ELi1EEv17FMHA_dgrad_params
- 8 bytes stack frame, 8 bytes spill stores, 8 bytes spill loads
- ptxas info : Used 255 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb1ELi1EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb1ELi1EEv17FMHA_dgrad_params
- 8 bytes stack frame, 8 bytes spill stores, 8 bytes spill loads
- ptxas info : Used 255 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb0ELin1EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb0ELin1EEv17FMHA_dgrad_params
- 32 bytes stack frame, 52 bytes spill stores, 36 bytes spill loads
- ptxas info : Used 255 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb1ELin1EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb1ELin1EEv17FMHA_dgrad_params
- 40 bytes stack frame, 44 bytes spill stores, 36 bytes spill loads
- ptxas info : Used 255 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb0ELin1EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb0ELin1EEv17FMHA_dgrad_params
- 32 bytes stack frame, 60 bytes spill stores, 56 bytes spill loads
- ptxas info : Used 255 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb1ELin1EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb1ELin1EEv17FMHA_dgrad_params
- 40 bytes stack frame, 84 bytes spill stores, 72 bytes spill loads
- ptxas info : Used 255 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELi2EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELi2EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 248 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELi2EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELi2EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 245 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELi2EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELi2EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 254 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELi2EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELi2EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 249 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELi1EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELi1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 214 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELi1EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELi1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 216 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELi1EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELi1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 232 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELi1EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELi1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 224 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELin1EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELin1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 243 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELin1EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELin1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 249 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELin1EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELin1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 244 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELin1EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELin1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 251 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELi2EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELi2EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 204 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELi2EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELi2EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 218 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELi2EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELi2EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 220 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELi2EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELi2EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 236 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELi1EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELi1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 170 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELi1EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELi1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 186 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELi1EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELi1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 202 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELi1EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELi1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 208 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELin1EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELin1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 216 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELin1EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELin1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 220 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELin1EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELin1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 229 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELin1EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELin1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 237 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- tmpxft_00001a64_00000000-7_fmha_block_dgrad_fp16_kernel_loop.sm80.compute_86.cudafe1.cpp
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::SymInt
- ]
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=c10::SymInt
- ]
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=c10::SymInt
- ]
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<c10::SymInt>' being compiled
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/core/TensorImpl.h(1577): note: see reference to class template instantiation 'c10::optional<c10::SymInt>' being compiled
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::SymInt
- ]
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/core/TensorImpl.h(2687): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::impl::InlineDeviceGuard<c10::impl::VirtualGuardImpl>
- ]
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=c10::impl::InlineDeviceGuard<c10::impl::VirtualGuardImpl>
- ]
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=c10::impl::InlineDeviceGuard<c10::impl::VirtualGuardImpl>
- ]
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<c10::impl::InlineDeviceGuard<c10::impl::VirtualGuardImpl>>' being compiled
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/core/impl/InlineDeviceGuard.h(427): note: see reference to class template instantiation 'c10::optional<c10::impl::InlineDeviceGuard<c10::impl::VirtualGuardImpl>>' being compiled
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/core/DeviceGuard.h(178): note: see reference to class template instantiation 'c10::impl::InlineOptionalDeviceGuard<c10::impl::VirtualGuardImpl>' being compiled
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::impl::InlineDeviceGuard<c10::impl::VirtualGuardImpl>
- ]
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::impl::InlineDeviceGuard<c10::cuda::impl::CUDAGuardImpl>
- ]
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=c10::impl::InlineDeviceGuard<c10::cuda::impl::CUDAGuardImpl>
- ]
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=c10::impl::InlineDeviceGuard<c10::cuda::impl::CUDAGuardImpl>
- ]
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<c10::impl::InlineDeviceGuard<c10::cuda::impl::CUDAGuardImpl>>' being compiled
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/core/impl/InlineDeviceGuard.h(427): note: see reference to class template instantiation 'c10::optional<c10::impl::InlineDeviceGuard<c10::cuda::impl::CUDAGuardImpl>>' being compiled
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/cuda/CUDAGuard.h(140): note: see reference to class template instantiation 'c10::impl::InlineOptionalDeviceGuard<c10::cuda::impl::CUDAGuardImpl>' being compiled
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::impl::InlineDeviceGuard<c10::cuda::impl::CUDAGuardImpl>
- ]
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::impl::InlineStreamGuard<c10::cuda::impl::CUDAGuardImpl>
- ]
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=c10::impl::InlineStreamGuard<c10::cuda::impl::CUDAGuardImpl>
- ]
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=c10::impl::InlineStreamGuard<c10::cuda::impl::CUDAGuardImpl>
- ]
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<c10::impl::InlineStreamGuard<c10::cuda::impl::CUDAGuardImpl>>' being compiled
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/core/impl/InlineStreamGuard.h(197): note: see reference to class template instantiation 'c10::optional<c10::impl::InlineStreamGuard<c10::cuda::impl::CUDAGuardImpl>>' being compiled
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/cuda/CUDAGuard.h(273): note: see reference to class template instantiation 'c10::impl::InlineOptionalStreamGuard<c10::cuda::impl::CUDAGuardImpl>' being compiled
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::impl::InlineStreamGuard<c10::cuda::impl::CUDAGuardImpl>
- ]
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::cuda::impl::CUDAGuardImpl
- ]
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=c10::cuda::impl::CUDAGuardImpl
- ]
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=c10::cuda::impl::CUDAGuardImpl
- ]
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<c10::cuda::impl::CUDAGuardImpl>' being compiled
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/core/impl/InlineStreamGuard.h(232): note: see reference to class template instantiation 'c10::optional<T>' being compiled
- with
- [
- T=c10::cuda::impl::CUDAGuardImpl
- ]
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/cuda/CUDAGuard.h(292): note: see reference to class template instantiation 'c10::impl::InlineMultiStreamGuard<c10::cuda::impl::CUDAGuardImpl>' being compiled
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::cuda::impl::CUDAGuardImpl
- ]
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::impl::InlineStreamGuard<c10::impl::VirtualGuardImpl>
- ]
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=c10::impl::InlineStreamGuard<c10::impl::VirtualGuardImpl>
- ]
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=c10::impl::InlineStreamGuard<c10::impl::VirtualGuardImpl>
- ]
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<c10::impl::InlineStreamGuard<c10::impl::VirtualGuardImpl>>' being compiled
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/core/impl/InlineStreamGuard.h(197): note: see reference to class template instantiation 'c10::optional<c10::impl::InlineStreamGuard<c10::impl::VirtualGuardImpl>>' being compiled
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/core/StreamGuard.h(139): note: see reference to class template instantiation 'c10::impl::InlineOptionalStreamGuard<c10::impl::VirtualGuardImpl>' being compiled
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::impl::InlineStreamGuard<c10::impl::VirtualGuardImpl>
- ]
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::impl::VirtualGuardImpl
- ]
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=c10::impl::VirtualGuardImpl
- ]
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=c10::impl::VirtualGuardImpl
- ]
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<c10::impl::VirtualGuardImpl>' being compiled
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/core/impl/InlineStreamGuard.h(232): note: see reference to class template instantiation 'c10::optional<T>' being compiled
- with
- [
- T=c10::impl::VirtualGuardImpl
- ]
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/core/StreamGuard.h(162): note: see reference to class template instantiation 'c10::impl::InlineMultiStreamGuard<c10::impl::VirtualGuardImpl>' being compiled
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::impl::VirtualGuardImpl
- ]
- C:\Users\User\AppData\Local\Temp\tmpxft_00001a64_00000000-7_fmha_block_dgrad_fp16_kernel_loop.sm80.compute_86.cudafe1.cpp : fatal error C1083: Cannot open compiler generated file: '': Invalid argument
- error: command 'C:\\Program Files\\NVIDIA GPU Computing Toolkit\\CUDA\\v11.7\\bin\\nvcc.exe' failed with exit code 4294967295
- [end of output]
- note: This error originates from a subprocess, and is likely not a problem with pip.
- error: subprocess-exited-with-error
- × python setup.py develop did not run successfully.
- │ exit code: 1
- ╰─> [1841 lines of output]
- F:\Python 3.10.8\lib\site-packages\setuptools\dist.py:530: UserWarning: Normalizing '0.0.15.dev+ed99125.d20221213' to '0.0.15.dev0+ed99125.d20221213'
- warnings.warn(tmpl.format(**locals()))
- running develop
- F:\Python 3.10.8\lib\site-packages\setuptools\command\easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools.
- warnings.warn(
- F:\Python 3.10.8\lib\site-packages\setuptools\command\install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
- warnings.warn(
- running egg_info
- writing xformers.egg-info\PKG-INFO
- writing dependency_links to xformers.egg-info\dependency_links.txt
- writing requirements to xformers.egg-info\requires.txt
- writing top-level names to xformers.egg-info\top_level.txt
- F:\Python 3.10.8\lib\site-packages\torch\utils\cpp_extension.py:476: UserWarning: Attempted to use ninja as the BuildExtension backend but we could not find ninja.. Falling back to using the slow distutils backend.
- warnings.warn(msg.format('we could not find ninja.'))
- reading manifest file 'xformers.egg-info\SOURCES.txt'
- reading manifest template 'MANIFEST.in'
- warning: manifest_maker: MANIFEST.in, line 3: path 'xformers/components/attention/csrc/' cannot end with '/'
- warning: manifest_maker: MANIFEST.in, line 4: path 'third_party/sputnik/' cannot end with '/'
- adding license file 'LICENSE'
- writing manifest file 'xformers.egg-info\SOURCES.txt'
- running build_ext
- F:\Python 3.10.8\lib\site-packages\torch\utils\cpp_extension.py:358: UserWarning: Error checking compiler version for cl: [WinError 2] The system cannot find the file specified
- warnings.warn(f'Error checking compiler version for {compiler}: {error}')
- building 'xformers._C_flashattention' extension
- G:\Visual_studio\2019\VC\Tools\MSVC\14.29.30037\bin\HostX86\x64\cl.exe /c /nologo /O2 /W3 /GL /DNDEBUG /MD -IF:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn -IF:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src -IF:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\cutlass\include "-IF:\Python 3.10.8\lib\site-packages\torch\include" "-IF:\Python 3.10.8\lib\site-packages\torch\include\torch\csrc\api\include" "-IF:\Python 3.10.8\lib\site-packages\torch\include\TH" "-IF:\Python 3.10.8\lib\site-packages\torch\include\THC" "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\include" "-IF:\Python 3.10.8\include" "-IF:\Python 3.10.8\Include" -IG:\Visual_studio\2019\VC\Tools\MSVC\14.29.30037\include "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /TpF:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc/flash_attn/fmha_api.cpp /Fobuild\temp.win-amd64-cpython-310\Release\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc/flash_attn/fmha_api.obj /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc -O3 /MP /Zc:lambda /Zc:preprocessor -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C_flashattention -D_GLIBCXX_USE_CXX11_ABI=0
- cl : Command line warning D9002 : ignoring unknown option '-O3'
- fmha_api.cpp
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::SymInt
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=c10::SymInt
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=c10::SymInt
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<c10::SymInt>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/core/TensorImpl.h(1580): note: see reference to class template instantiation 'c10::optional<c10::SymInt>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::SymInt
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/core/TensorImpl.h(2688): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=at::TensorBase
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=at::TensorBase
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=at::TensorBase
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<at::TensorBase>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\ATen/core/TensorBase.h(933): note: see reference to class template instantiation 'c10::optional<at::TensorBase>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=at::TensorBase
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=at::Tensor
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=at::Tensor
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=at::Tensor
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<at::Tensor>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\ATen/core/TensorBody.h(512): note: see reference to class template instantiation 'c10::optional<at::Tensor>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=at::Tensor
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=at::Generator
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=at::Generator
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=at::Generator
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<at::Generator>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\ATen/core/TensorBody.h(589): note: see reference to class template instantiation 'c10::optional<at::Generator>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=at::Generator
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::Scalar
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=c10::Scalar
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=c10::Scalar
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<c10::Scalar>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\ATen/core/TensorBody.h(617): note: see reference to class template instantiation 'c10::optional<c10::Scalar>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::Scalar
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=std::string
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=std::string
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=std::string
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<std::string>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\ATen/core/jit_type_base.h(450): note: see reference to class template instantiation 'c10::optional<std::string>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=std::string
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::QualifiedName
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=c10::QualifiedName
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=c10::QualifiedName
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<c10::QualifiedName>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\ATen/core/jit_type_base.h(698): note: see reference to class template instantiation 'c10::optional<c10::QualifiedName>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::QualifiedName
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=std::shared_ptr<torch::jit::CompilationUnit>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=std::shared_ptr<torch::jit::CompilationUnit>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=std::shared_ptr<torch::jit::CompilationUnit>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<std::shared_ptr<torch::jit::CompilationUnit>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\ATen/core/ivalue.h(1416): note: see reference to class template instantiation 'c10::optional<std::shared_ptr<torch::jit::CompilationUnit>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=std::shared_ptr<torch::jit::CompilationUnit>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=std::weak_ptr<torch::jit::CompilationUnit>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=std::weak_ptr<torch::jit::CompilationUnit>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=std::weak_ptr<torch::jit::CompilationUnit>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<std::weak_ptr<torch::jit::CompilationUnit>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\ATen/core/ivalue.h(1417): note: see reference to class template instantiation 'c10::optional<std::weak_ptr<torch::jit::CompilationUnit>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=std::weak_ptr<torch::jit::CompilationUnit>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=std::vector<c10::ShapeSymbol,std::allocator<c10::ShapeSymbol>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=std::vector<c10::ShapeSymbol,std::allocator<c10::ShapeSymbol>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=std::vector<c10::ShapeSymbol,std::allocator<c10::ShapeSymbol>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<std::vector<c10::ShapeSymbol,std::allocator<c10::ShapeSymbol>>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\ATen/core/jit_type.h(483): note: see reference to class template instantiation 'c10::optional<std::vector<c10::ShapeSymbol,std::allocator<c10::ShapeSymbol>>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=std::vector<c10::ShapeSymbol,std::allocator<c10::ShapeSymbol>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=std::vector<bool,std::allocator<bool>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=std::vector<bool,std::allocator<bool>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=std::vector<bool,std::allocator<bool>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<std::vector<bool,std::allocator<bool>>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\ATen/core/jit_type.h(442): note: see reference to class template instantiation 'c10::optional<std::vector<bool,std::allocator<bool>>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=std::vector<bool,std::allocator<bool>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=std::vector<c10::optional<c10::Stride>,std::allocator<c10::optional<c10::Stride>>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=std::vector<c10::optional<c10::Stride>,std::allocator<c10::optional<c10::Stride>>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=std::vector<c10::optional<c10::Stride>,std::allocator<c10::optional<c10::Stride>>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<std::vector<c10::optional<c10::Stride>,std::allocator<c10::optional<c10::Stride>>>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional<std::vector<c10::optional<c10::Stride>,std::allocator<c10::optional<c10::Stride>>>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\ATen/core/jit_type.h(844): note: see reference to class template instantiation 'c10::VaryingShape<c10::Stride>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=std::vector<c10::optional<c10::Stride>,std::allocator<c10::optional<c10::Stride>>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=std::vector<c10::optional<int64_t>,std::allocator<c10::optional<int64_t>>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=std::vector<c10::optional<int64_t>,std::allocator<c10::optional<int64_t>>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=std::vector<c10::optional<int64_t>,std::allocator<c10::optional<int64_t>>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<std::vector<c10::optional<int64_t>,std::allocator<c10::optional<int64_t>>>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional<std::vector<c10::optional<int64_t>,std::allocator<c10::optional<int64_t>>>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\ATen/core/jit_type.h(614): note: see reference to class template instantiation 'c10::VaryingShape<int64_t>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=std::vector<c10::optional<int64_t>,std::allocator<c10::optional<int64_t>>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=std::vector<int64_t,std::allocator<int64_t>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=std::vector<int64_t,std::allocator<int64_t>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=std::vector<int64_t,std::allocator<int64_t>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<std::vector<int64_t,std::allocator<int64_t>>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\ATen/core/jit_type.h(727): note: see reference to class template instantiation 'c10::optional<std::vector<int64_t,std::allocator<int64_t>>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=std::vector<int64_t,std::allocator<int64_t>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::impl::InlineDeviceGuard<c10::impl::VirtualGuardImpl>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=c10::impl::InlineDeviceGuard<c10::impl::VirtualGuardImpl>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=c10::impl::InlineDeviceGuard<c10::impl::VirtualGuardImpl>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<c10::impl::InlineDeviceGuard<c10::impl::VirtualGuardImpl>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/core/impl/InlineDeviceGuard.h(427): note: see reference to class template instantiation 'c10::optional<c10::impl::InlineDeviceGuard<c10::impl::VirtualGuardImpl>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/core/DeviceGuard.h(178): note: see reference to class template instantiation 'c10::impl::InlineOptionalDeviceGuard<c10::impl::VirtualGuardImpl>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::impl::InlineDeviceGuard<c10::impl::VirtualGuardImpl>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::impl::InlineStreamGuard<c10::impl::VirtualGuardImpl>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=c10::impl::InlineStreamGuard<c10::impl::VirtualGuardImpl>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=c10::impl::InlineStreamGuard<c10::impl::VirtualGuardImpl>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<c10::impl::InlineStreamGuard<c10::impl::VirtualGuardImpl>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/core/impl/InlineStreamGuard.h(197): note: see reference to class template instantiation 'c10::optional<c10::impl::InlineStreamGuard<c10::impl::VirtualGuardImpl>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/core/StreamGuard.h(139): note: see reference to class template instantiation 'c10::impl::InlineOptionalStreamGuard<c10::impl::VirtualGuardImpl>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::impl::InlineStreamGuard<c10::impl::VirtualGuardImpl>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::impl::VirtualGuardImpl
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=c10::impl::VirtualGuardImpl
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=c10::impl::VirtualGuardImpl
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<c10::impl::VirtualGuardImpl>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/core/impl/InlineStreamGuard.h(232): note: see reference to class template instantiation 'c10::optional<T>' being compiled
- with
- [
- T=c10::impl::VirtualGuardImpl
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/core/StreamGuard.h(162): note: see reference to class template instantiation 'c10::impl::InlineMultiStreamGuard<c10::impl::VirtualGuardImpl>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::impl::VirtualGuardImpl
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=std::vector<c10::ivalue::Future::WeakStorage,std::allocator<c10::ivalue::Future::WeakStorage>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=std::vector<c10::ivalue::Future::WeakStorage,std::allocator<c10::ivalue::Future::WeakStorage>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=std::vector<c10::ivalue::Future::WeakStorage,std::allocator<c10::ivalue::Future::WeakStorage>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<std::vector<c10::ivalue::Future::WeakStorage,std::allocator<c10::ivalue::Future::WeakStorage>>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(853): note: see reference to class template instantiation 'c10::optional<std::vector<c10::ivalue::Future::WeakStorage,std::allocator<c10::ivalue::Future::WeakStorage>>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=std::vector<c10::ivalue::Future::WeakStorage,std::allocator<c10::ivalue::Future::WeakStorage>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=torch::autograd::ViewInfo
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=torch::autograd::ViewInfo
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=torch::autograd::ViewInfo
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<torch::autograd::ViewInfo>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\torch/csrc/autograd/variable.h(570): note: see reference to class template instantiation 'c10::optional<torch::autograd::ViewInfo>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=torch::autograd::ViewInfo
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::IValue
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=c10::IValue
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=c10::IValue
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<c10::IValue>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\ATen/core/function_schema.h(183): note: see reference to class template instantiation 'c10::optional<c10::IValue>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::IValue
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::AliasInfo
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=c10::AliasInfo
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=c10::AliasInfo
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<c10::AliasInfo>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\ATen/core/function_schema.h(28): note: see reference to class template instantiation 'c10::optional<c10::AliasInfo>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::AliasInfo
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=std::vector<c10::SymInt,std::allocator<c10::SymInt>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=std::vector<c10::SymInt,std::allocator<c10::SymInt>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=std::vector<c10::SymInt,std::allocator<c10::SymInt>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<std::vector<T,std::allocator<T>>>' being compiled
- with
- [
- T=c10::SymInt
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\ATen/core/ivalue.h(83): note: see reference to class template instantiation 'c10::optional<std::vector<T,std::allocator<T>>>' being compiled
- with
- [
- T=c10::SymInt
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(376): note: see reference to class template instantiation 'c10::OptionalArray<c10::SymInt>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(386): note: see reference to class template instantiation 'c10::impl::ivalue_to_arg<c10::OptionalArray<c10::SymInt>,AllowDeprecatedTypes>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=std::vector<c10::SymInt,std::allocator<c10::SymInt>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::either<c10::OperatorName,c10::FunctionSchema>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=c10::either<c10::OperatorName,c10::FunctionSchema>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=c10::either<c10::OperatorName,c10::FunctionSchema>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<c10::either<c10::OperatorName,c10::FunctionSchema>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\ATen/core/op_registration/op_registration.h(434): note: see reference to class template instantiation 'c10::optional<c10::either<c10::OperatorName,c10::FunctionSchema>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::either<c10::OperatorName,c10::FunctionSchema>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=at::StepCallbacks
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=at::StepCallbacks
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=at::StepCallbacks
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<at::StepCallbacks>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\torch/csrc/autograd/function.h(160): note: see reference to class template instantiation 'c10::optional<at::StepCallbacks>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=at::StepCallbacks
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::DimVector
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=c10::DimVector
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=c10::DimVector
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<c10::DimVector>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\ATen/TensorIterator.h(915): note: see reference to class template instantiation 'c10::optional<c10::DimVector>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::DimVector
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::impl::AnnotatedSchema
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=c10::impl::AnnotatedSchema
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=c10::impl::AnnotatedSchema
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<c10::impl::AnnotatedSchema>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\ATen/core/dispatch/OperatorEntry.h(223): note: see reference to class template instantiation 'c10::optional<c10::impl::AnnotatedSchema>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::impl::AnnotatedSchema
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::impl::OperatorEntry::CppSignatureWithDebug
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=c10::impl::OperatorEntry::CppSignatureWithDebug
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=c10::impl::OperatorEntry::CppSignatureWithDebug
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<c10::impl::OperatorEntry::CppSignatureWithDebug>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\ATen/core/dispatch/OperatorEntry.h(286): note: see reference to class template instantiation 'c10::optional<c10::impl::OperatorEntry::CppSignatureWithDebug>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::impl::OperatorEntry::CppSignatureWithDebug
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=std::tuple<std::string,size_t,size_t>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=std::tuple<std::string,size_t,size_t>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=std::tuple<std::string,size_t,size_t>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<std::tuple<std::string,size_t,size_t>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\torch/csrc/jit/frontend/source_range.h(357): note: see reference to class template instantiation 'c10::optional<std::tuple<std::string,size_t,size_t>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=std::tuple<std::string,size_t,size_t>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=torch::jit::SourceRange
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=torch::jit::SourceRange
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=torch::jit::SourceRange
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<torch::jit::SourceRange>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\torch/csrc/jit/frontend/source_range.h(380): note: see reference to class template instantiation 'c10::optional<torch::jit::SourceRange>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=torch::jit::SourceRange
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=torch::jit::InlinedCallStackPtr
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=torch::jit::InlinedCallStackPtr
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=torch::jit::InlinedCallStackPtr
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<torch::jit::InlinedCallStackPtr>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\torch/csrc/jit/ir/scope.h(127): note: see reference to class template instantiation 'c10::optional<torch::jit::InlinedCallStackPtr>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=torch::jit::InlinedCallStackPtr
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=torch::jit::ModuleInstanceInfo
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=torch::jit::ModuleInstanceInfo
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=torch::jit::ModuleInstanceInfo
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<torch::jit::ModuleInstanceInfo>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\torch/csrc/jit/ir/scope.h(140): note: see reference to class template instantiation 'c10::optional<torch::jit::ModuleInstanceInfo>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=torch::jit::ModuleInstanceInfo
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=torch::jit::ScopePtr
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=torch::jit::ScopePtr
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=torch::jit::ScopePtr
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<torch::jit::ScopePtr>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\torch/csrc/jit/ir/constants.h(29): note: see reference to class template instantiation 'c10::optional<torch::jit::ScopePtr>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=torch::jit::ScopePtr
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=at::ThreadLocalState
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=at::ThreadLocalState
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=at::ThreadLocalState
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<at::ThreadLocalState>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\torch/csrc/jit/runtime/interpreter.h(150): note: see reference to class template instantiation 'c10::optional<at::ThreadLocalState>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=at::ThreadLocalState
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=std::shared_ptr<torch::jit::Graph>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=std::shared_ptr<torch::jit::Graph>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=std::shared_ptr<torch::jit::Graph>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<std::shared_ptr<torch::jit::Graph>>' being compiled
- G:\Visual_studio\2019\VC\Tools\MSVC\14.29.30037\include\array(597): note: see reference to class template instantiation 'c10::optional<std::shared_ptr<torch::jit::Graph>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\torch/csrc/jit/api/function_impl.h(165): note: see reference to class template instantiation 'std::array<c10::optional<std::shared_ptr<torch::jit::Graph>>,4>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=std::shared_ptr<torch::jit::Graph>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=torch::jit::GraphExecutor
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=torch::jit::GraphExecutor
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=torch::jit::GraphExecutor
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<torch::jit::GraphExecutor>' being compiled
- G:\Visual_studio\2019\VC\Tools\MSVC\14.29.30037\include\array(597): note: see reference to class template instantiation 'c10::optional<torch::jit::GraphExecutor>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\torch/csrc/jit/api/function_impl.h(179): note: see reference to class template instantiation 'std::array<c10::optional<torch::jit::GraphExecutor>,4>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=torch::jit::GraphExecutor
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=torch::jit::Method
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=torch::jit::Method
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=torch::jit::Method
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<torch::jit::Method>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\torch/csrc/jit/api/object.h(46): note: see reference to class template instantiation 'c10::optional<torch::jit::Method>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=torch::jit::Method
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=std::vector<std::string,std::allocator<std::string>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=std::vector<std::string,std::allocator<std::string>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=std::vector<std::string,std::allocator<std::string>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<std::vector<std::string,std::allocator<std::string>>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\torch/csrc/jit/api/module.h(304): note: see reference to class template instantiation 'c10::optional<std::vector<std::string,std::allocator<std::string>>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=std::vector<std::string,std::allocator<std::string>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=std::function<void (const torch::autograd::profiler::thread_event_lists &)>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=std::function<void (const torch::autograd::profiler::thread_event_lists &)>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=std::function<void (const torch::autograd::profiler::thread_event_lists &)>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<std::function<void (const torch::autograd::profiler::thread_event_lists &)>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\torch/csrc/autograd/profiler_legacy.h(410): note: see reference to class template instantiation 'c10::optional<std::function<void (const torch::autograd::profiler::thread_event_lists &)>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=std::function<void (const torch::autograd::profiler::thread_event_lists &)>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/options/loss.h(453): note: see reference to class template instantiation 'c10::optional<torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=std::vector<double,std::allocator<double>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=std::vector<double,std::allocator<double>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=std::vector<double,std::allocator<double>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<std::vector<T,std::allocator<T>>>' being compiled
- with
- [
- T=double
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/options/upsampling.h(27): note: see reference to class template instantiation 'c10::optional<std::vector<T,std::allocator<T>>>' being compiled
- with
- [
- T=double
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=std::vector<double,std::allocator<double>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=std::tuple<at::Tensor,at::Tensor>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=std::tuple<at::Tensor,at::Tensor>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=std::tuple<at::Tensor,at::Tensor>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<std::tuple<at::Tensor,at::Tensor>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(165): note: see reference to class template instantiation 'c10::optional<std::tuple<at::Tensor,at::Tensor>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=std::tuple<at::Tensor,at::Tensor>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=std::vector<at::Tensor,std::allocator<at::Tensor>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=std::vector<at::Tensor,std::allocator<at::Tensor>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=std::vector<at::Tensor,std::allocator<at::Tensor>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<std::vector<at::Tensor,std::allocator<at::Tensor>>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\torch\csrc\api\include\torch/optim/lbfgs.h(50): note: see reference to class template instantiation 'c10::optional<std::vector<at::Tensor,std::allocator<at::Tensor>>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=std::vector<at::Tensor,std::allocator<at::Tensor>>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::impl::InlineDeviceGuard<c10::cuda::impl::CUDAGuardImpl>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=c10::impl::InlineDeviceGuard<c10::cuda::impl::CUDAGuardImpl>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=c10::impl::InlineDeviceGuard<c10::cuda::impl::CUDAGuardImpl>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<c10::impl::InlineDeviceGuard<c10::cuda::impl::CUDAGuardImpl>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/core/impl/InlineDeviceGuard.h(427): note: see reference to class template instantiation 'c10::optional<c10::impl::InlineDeviceGuard<c10::cuda::impl::CUDAGuardImpl>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/cuda/CUDAGuard.h(140): note: see reference to class template instantiation 'c10::impl::InlineOptionalDeviceGuard<c10::cuda::impl::CUDAGuardImpl>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::impl::InlineDeviceGuard<c10::cuda::impl::CUDAGuardImpl>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::impl::InlineStreamGuard<c10::cuda::impl::CUDAGuardImpl>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=c10::impl::InlineStreamGuard<c10::cuda::impl::CUDAGuardImpl>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=c10::impl::InlineStreamGuard<c10::cuda::impl::CUDAGuardImpl>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<c10::impl::InlineStreamGuard<c10::cuda::impl::CUDAGuardImpl>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/core/impl/InlineStreamGuard.h(197): note: see reference to class template instantiation 'c10::optional<c10::impl::InlineStreamGuard<c10::cuda::impl::CUDAGuardImpl>>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/cuda/CUDAGuard.h(273): note: see reference to class template instantiation 'c10::impl::InlineOptionalStreamGuard<c10::cuda::impl::CUDAGuardImpl>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::impl::InlineStreamGuard<c10::cuda::impl::CUDAGuardImpl>
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::cuda::impl::CUDAGuardImpl
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=c10::cuda::impl::CUDAGuardImpl
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=c10::cuda::impl::CUDAGuardImpl
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<c10::cuda::impl::CUDAGuardImpl>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/core/impl/InlineStreamGuard.h(232): note: see reference to class template instantiation 'c10::optional<T>' being compiled
- with
- [
- T=c10::cuda::impl::CUDAGuardImpl
- ]
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/cuda/CUDAGuard.h(292): note: see reference to class template instantiation 'c10::impl::InlineMultiStreamGuard<c10::cuda::impl::CUDAGuardImpl>' being compiled
- F:\Python 3.10.8\lib\site-packages\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::cuda::impl::CUDAGuardImpl
- ]
- "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\bin\nvcc" -c F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc/flash_attn/src/fmha_block_dgrad_fp16_kernel_loop.sm80.cu -o build\temp.win-amd64-cpython-310\Release\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc/flash_attn/src/fmha_block_dgrad_fp16_kernel_loop.sm80.obj -IF:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn -IF:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src -IF:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\cutlass\include "-IF:\Python 3.10.8\lib\site-packages\torch\include" "-IF:\Python 3.10.8\lib\site-packages\torch\include\torch\csrc\api\include" "-IF:\Python 3.10.8\lib\site-packages\torch\include\TH" "-IF:\Python 3.10.8\lib\site-packages\torch\include\THC" "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\include" "-IF:\Python 3.10.8\include" "-IF:\Python 3.10.8\Include" -IG:\Visual_studio\2019\VC\Tools\MSVC\14.29.30037\include "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" -Xcudafe --diag_suppress=dll_interface_conflict_dllexport_assumed -Xcudafe --diag_suppress=dll_interface_conflict_none_assumed -Xcudafe --diag_suppress=field_without_dll_interface -Xcudafe --diag_suppress=base_class_has_different_dll_interface -Xcompiler /EHsc -Xcompiler /wd4190 -Xcompiler /wd4018 -Xcompiler /wd4275 -Xcompiler /wd4267 -Xcompiler /wd4244 -Xcompiler /wd4251 -Xcompiler /wd4819 -Xcompiler /MD -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr -DHAS_PYTORCH --use_fast_math -U__CUDA_NO_HALF_OPERATORS__ -U__CUDA_NO_HALF_CONVERSIONS__ --extended-lambda --generate-line-info -DNDEBUG --threads 4 --ptxas-options=-v -std=c++17 -Xcompiler /Zc:lambda -Xcompiler /Zc:preprocessor -O3 --expt-relaxed-constexpr --expt-extended-lambda --use_fast_math --ptxas-options=-v -std=c++17 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=sm_86 --generate-line-info -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C_flashattention -D_GLIBCXX_USE_CXX11_ABI=0 --use-local-env
- fmha_block_dgrad_fp16_kernel_loop.sm80.cu
- cl : Command line warning D9025 : overriding '/D__CUDA_NO_HALF_OPERATORS__' with '/U__CUDA_NO_HALF_OPERATORS__'
- cl : Command line warning D9025 : overriding '/D__CUDA_NO_HALF_CONVERSIONS__' with '/U__CUDA_NO_HALF_CONVERSIONS__'
- fmha_block_dgrad_fp16_kernel_loop.sm80.cu
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline
- cl : Command line warning D9025 : overriding '/D__CUDA_NO_HALF_OPERATORS__' with '/U__CUDA_NO_HALF_OPERATORS__'
- cl : Command line warning D9025 : overriding '/D__CUDA_NO_HALF_CONVERSIONS__' with '/U__CUDA_NO_HALF_CONVERSIONS__'
- fmha_block_dgrad_fp16_kernel_loop.sm80.cu
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline
- cl : Command line warning D9025 : overriding '/D__CUDA_NO_HALF_OPERATORS__' with '/U__CUDA_NO_HALF_OPERATORS__'
- cl : Command line warning D9025 : overriding '/D__CUDA_NO_HALF_CONVERSIONS__' with '/U__CUDA_NO_HALF_CONVERSIONS__'
- fmha_block_dgrad_fp16_kernel_loop.sm80.cu
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline
- cl : Command line warning D9025 : overriding '/D__CUDA_NO_HALF_OPERATORS__' with '/U__CUDA_NO_HALF_OPERATORS__'
- cl : Command line warning D9025 : overriding '/D__CUDA_NO_HALF_CONVERSIONS__' with '/U__CUDA_NO_HALF_CONVERSIONS__'
- fmha_block_dgrad_fp16_kernel_loop.sm80.cu
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline
- C:/Program Files (x86)/Windows Kits/10/include/10.0.19041.0/ucrt\fenv.h(113): warning #550-D: variable "_Ans" was set but never used
- F:/Stable_Diffusion/stable-diffusion-webui-master/repositories/xformers/third_party/flash-attention/csrc/flash_attn/src\fmha/gmem_tile.h(469): warning #177-D: variable "warp" was declared but never referenced
- detected during:
- instantiation of "fmha::Gmem_summary_stats<Cta_tile>::Gmem_summary_stats(void *, const Params &, int) [with Cta_tile=fmha::Cta_tile_<16, 256, 16, 1, 8, 1>, Params=FMHA_dgrad_params]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_kernel_1xN_loop.h(187): here
- instantiation of "void fmha::compute_block_dq_dk_dv_1xN_one_iter<Kernel_traits,Is_dropout,Is_causal,Is_first,Is_last,Params,Prng>(const Params &, Prng &, int) [with Kernel_traits=FMHA_kernel_traits<256, 16, 16, 1, 8, 8U, __half>, Is_dropout=true, Is_causal=true, Is_first=true, Is_last=true, Params=FMHA_dgrad_params, Prng=<unnamed>::Philox]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_kernel_1xN_loop.h(752): here
- instantiation of "void fmha::compute_block_dq_dk_dv_1xN<Kernel_traits,Is_dropout,Is_causal,loop_steps,Params>(const Params &) [with Kernel_traits=FMHA_kernel_traits<256, 16, 16, 1, 8, 8U, __half>, Is_dropout=true, Is_causal=true, loop_steps=-1, Params=FMHA_dgrad_params]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(9): here
- instantiation of "void fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernel<Kernel_traits,Is_dropout,Is_causal,loop_steps>(FMHA_dgrad_params) [with Kernel_traits=FMHA_kernel_traits<256, 16, 16, 1, 8, 8U, __half>, Is_dropout=true, Is_causal=true, loop_steps=-1]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(31): here
- instantiation of "void run_fmha_block_dgrad_fp16_sm80_loop_<Kernel_traits>(const FMHA_dgrad_params &, cudaStream_t) [with Kernel_traits=FMHA_kernel_traits<256, 16, 16, 1, 8, 8U, __half>]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(56): here
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(14): warning #177-D: variable "smem_size_softmax" was declared but never referenced
- detected during instantiation of "void run_fmha_block_dgrad_fp16_sm80_loop_<Kernel_traits>(const FMHA_dgrad_params &, cudaStream_t) [with Kernel_traits=FMHA_kernel_traits<256, 16, 16, 1, 8, 8U, __half>]"
- (56): here
- F:/Stable_Diffusion/stable-diffusion-webui-master/repositories/xformers/third_party/flash-attention/csrc/flash_attn/src\fmha/gmem_tile.h(469): warning #177-D: variable "warp" was declared but never referenced
- detected during:
- instantiation of "fmha::Gmem_summary_stats<Cta_tile>::Gmem_summary_stats(void *, const Params &, int) [with Cta_tile=fmha::Cta_tile_<16, 256, 32, 1, 8, 1>, Params=FMHA_dgrad_params]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_kernel_1xN_loop.h(187): here
- instantiation of "void fmha::compute_block_dq_dk_dv_1xN_one_iter<Kernel_traits,Is_dropout,Is_causal,Is_first,Is_last,Params,Prng>(const Params &, Prng &, int) [with Kernel_traits=FMHA_kernel_traits<256, 32, 16, 1, 8, 8U, __half>, Is_dropout=true, Is_causal=true, Is_first=true, Is_last=true, Params=FMHA_dgrad_params, Prng=<unnamed>::Philox]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_kernel_1xN_loop.h(752): here
- instantiation of "void fmha::compute_block_dq_dk_dv_1xN<Kernel_traits,Is_dropout,Is_causal,loop_steps,Params>(const Params &) [with Kernel_traits=FMHA_kernel_traits<256, 32, 16, 1, 8, 8U, __half>, Is_dropout=true, Is_causal=true, loop_steps=-1, Params=FMHA_dgrad_params]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(9): here
- instantiation of "void fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernel<Kernel_traits,Is_dropout,Is_causal,loop_steps>(FMHA_dgrad_params) [with Kernel_traits=FMHA_kernel_traits<256, 32, 16, 1, 8, 8U, __half>, Is_dropout=true, Is_causal=true, loop_steps=-1]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(31): here
- instantiation of "void run_fmha_block_dgrad_fp16_sm80_loop_<Kernel_traits>(const FMHA_dgrad_params &, cudaStream_t) [with Kernel_traits=FMHA_kernel_traits<256, 32, 16, 1, 8, 8U, __half>]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(59): here
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(14): warning #177-D: variable "smem_size_softmax" was declared but never referenced
- detected during instantiation of "void run_fmha_block_dgrad_fp16_sm80_loop_<Kernel_traits>(const FMHA_dgrad_params &, cudaStream_t) [with Kernel_traits=FMHA_kernel_traits<256, 32, 16, 1, 8, 8U, __half>]"
- (59): here
- F:/Stable_Diffusion/stable-diffusion-webui-master/repositories/xformers/third_party/flash-attention/csrc/flash_attn/src\fmha/gmem_tile.h(469): warning #177-D: variable "warp" was declared but never referenced
- detected during:
- instantiation of "fmha::Gmem_summary_stats<Cta_tile>::Gmem_summary_stats(void *, const Params &, int) [with Cta_tile=fmha::Cta_tile_<16, 256, 64, 1, 8, 1>, Params=FMHA_dgrad_params]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_kernel_1xN_loop.h(187): here
- instantiation of "void fmha::compute_block_dq_dk_dv_1xN_one_iter<Kernel_traits,Is_dropout,Is_causal,Is_first,Is_last,Params,Prng>(const Params &, Prng &, int) [with Kernel_traits=FMHA_kernel_traits<256, 64, 16, 1, 8, 256U, __half>, Is_dropout=true, Is_causal=true, Is_first=true, Is_last=true, Params=FMHA_dgrad_params, Prng=<unnamed>::Philox]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_kernel_1xN_loop.h(752): here
- instantiation of "void fmha::compute_block_dq_dk_dv_1xN<Kernel_traits,Is_dropout,Is_causal,loop_steps,Params>(const Params &) [with Kernel_traits=FMHA_kernel_traits<256, 64, 16, 1, 8, 256U, __half>, Is_dropout=true, Is_causal=true, loop_steps=-1, Params=FMHA_dgrad_params]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(9): here
- instantiation of "void fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernel<Kernel_traits,Is_dropout,Is_causal,loop_steps>(FMHA_dgrad_params) [with Kernel_traits=FMHA_kernel_traits<256, 64, 16, 1, 8, 256U, __half>, Is_dropout=true, Is_causal=true, loop_steps=-1]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(31): here
- instantiation of "void run_fmha_block_dgrad_fp16_sm80_loop_<Kernel_traits>(const FMHA_dgrad_params &, cudaStream_t) [with Kernel_traits=FMHA_kernel_traits<256, 64, 16, 1, 8, 256U, __half>]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(62): here
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(14): warning #177-D: variable "smem_size_softmax" was declared but never referenced
- detected during instantiation of "void run_fmha_block_dgrad_fp16_sm80_loop_<Kernel_traits>(const FMHA_dgrad_params &, cudaStream_t) [with Kernel_traits=FMHA_kernel_traits<256, 64, 16, 1, 8, 256U, __half>]"
- (62): here
- ptxas info : 25 bytes gmem
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb0ELi2EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb0ELi2EEv17FMHA_dgrad_params
- 8 bytes stack frame, 8 bytes spill stores, 8 bytes spill loads
- ptxas info : Used 255 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb1ELi2EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb1ELi2EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 255 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb0ELi2EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb0ELi2EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 255 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb1ELi2EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb1ELi2EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 253 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb0ELi1EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb0ELi1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 252 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb1ELi1EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb1ELi1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 251 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb0ELi1EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb0ELi1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 244 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb1ELi1EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb1ELi1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 240 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb0ELin1EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb0ELin1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 253 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb1ELin1EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb1ELin1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 255 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb0ELin1EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb0ELin1EEv17FMHA_dgrad_params
- 8 bytes stack frame, 8 bytes spill stores, 8 bytes spill loads
- ptxas info : Used 255 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb1ELin1EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb1ELin1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 255 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELi2EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELi2EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 239 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELi2EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELi2EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 245 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELi2EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELi2EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 252 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELi2EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELi2EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 252 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELi1EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELi1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 221 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELi1EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELi1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 223 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELi1EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELi1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 235 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELi1EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELi1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 236 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELin1EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELin1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 252 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELin1EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELin1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 250 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELin1EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELin1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 254 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELin1EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELin1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 250 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELi2EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELi2EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 194 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELi2EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELi2EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 208 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELi2EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELi2EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 214 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELi2EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELi2EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 228 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELi1EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELi1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 160 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELi1EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELi1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 160 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELi1EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELi1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 198 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELi1EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELi1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 198 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELin1EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELin1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 208 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELin1EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELin1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 214 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELin1EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELin1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 226 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELin1EEv17FMHA_dgrad_params' for 'sm_86'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELin1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 232 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- C:/Program Files (x86)/Windows Kits/10/include/10.0.19041.0/ucrt\fenv.h(113): warning #550-D: variable "_Ans" was set but never used
- F:/Stable_Diffusion/stable-diffusion-webui-master/repositories/xformers/third_party/flash-attention/csrc/flash_attn/src\fmha/gmem_tile.h(469): warning #177-D: variable "warp" was declared but never referenced
- detected during:
- instantiation of "fmha::Gmem_summary_stats<Cta_tile>::Gmem_summary_stats(void *, const Params &, int) [with Cta_tile=fmha::Cta_tile_<16, 256, 16, 1, 8, 1>, Params=FMHA_dgrad_params]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_kernel_1xN_loop.h(187): here
- instantiation of "void fmha::compute_block_dq_dk_dv_1xN_one_iter<Kernel_traits,Is_dropout,Is_causal,Is_first,Is_last,Params,Prng>(const Params &, Prng &, int) [with Kernel_traits=FMHA_kernel_traits<256, 16, 16, 1, 8, 8U, __half>, Is_dropout=true, Is_causal=true, Is_first=true, Is_last=true, Params=FMHA_dgrad_params, Prng=<unnamed>::Philox]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_kernel_1xN_loop.h(752): here
- instantiation of "void fmha::compute_block_dq_dk_dv_1xN<Kernel_traits,Is_dropout,Is_causal,loop_steps,Params>(const Params &) [with Kernel_traits=FMHA_kernel_traits<256, 16, 16, 1, 8, 8U, __half>, Is_dropout=true, Is_causal=true, loop_steps=-1, Params=FMHA_dgrad_params]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(9): here
- instantiation of "void fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernel<Kernel_traits,Is_dropout,Is_causal,loop_steps>(FMHA_dgrad_params) [with Kernel_traits=FMHA_kernel_traits<256, 16, 16, 1, 8, 8U, __half>, Is_dropout=true, Is_causal=true, loop_steps=-1]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(31): here
- instantiation of "void run_fmha_block_dgrad_fp16_sm80_loop_<Kernel_traits>(const FMHA_dgrad_params &, cudaStream_t) [with Kernel_traits=FMHA_kernel_traits<256, 16, 16, 1, 8, 8U, __half>]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(56): here
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(14): warning #177-D: variable "smem_size_softmax" was declared but never referenced
- detected during instantiation of "void run_fmha_block_dgrad_fp16_sm80_loop_<Kernel_traits>(const FMHA_dgrad_params &, cudaStream_t) [with Kernel_traits=FMHA_kernel_traits<256, 16, 16, 1, 8, 8U, __half>]"
- (56): here
- F:/Stable_Diffusion/stable-diffusion-webui-master/repositories/xformers/third_party/flash-attention/csrc/flash_attn/src\fmha/gmem_tile.h(469): warning #177-D: variable "warp" was declared but never referenced
- detected during:
- instantiation of "fmha::Gmem_summary_stats<Cta_tile>::Gmem_summary_stats(void *, const Params &, int) [with Cta_tile=fmha::Cta_tile_<16, 256, 32, 1, 8, 1>, Params=FMHA_dgrad_params]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_kernel_1xN_loop.h(187): here
- instantiation of "void fmha::compute_block_dq_dk_dv_1xN_one_iter<Kernel_traits,Is_dropout,Is_causal,Is_first,Is_last,Params,Prng>(const Params &, Prng &, int) [with Kernel_traits=FMHA_kernel_traits<256, 32, 16, 1, 8, 8U, __half>, Is_dropout=true, Is_causal=true, Is_first=true, Is_last=true, Params=FMHA_dgrad_params, Prng=<unnamed>::Philox]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_kernel_1xN_loop.h(752): here
- instantiation of "void fmha::compute_block_dq_dk_dv_1xN<Kernel_traits,Is_dropout,Is_causal,loop_steps,Params>(const Params &) [with Kernel_traits=FMHA_kernel_traits<256, 32, 16, 1, 8, 8U, __half>, Is_dropout=true, Is_causal=true, loop_steps=-1, Params=FMHA_dgrad_params]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(9): here
- instantiation of "void fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernel<Kernel_traits,Is_dropout,Is_causal,loop_steps>(FMHA_dgrad_params) [with Kernel_traits=FMHA_kernel_traits<256, 32, 16, 1, 8, 8U, __half>, Is_dropout=true, Is_causal=true, loop_steps=-1]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(31): here
- instantiation of "void run_fmha_block_dgrad_fp16_sm80_loop_<Kernel_traits>(const FMHA_dgrad_params &, cudaStream_t) [with Kernel_traits=FMHA_kernel_traits<256, 32, 16, 1, 8, 8U, __half>]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(59): here
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(14): warning #177-D: variable "smem_size_softmax" was declared but never referenced
- detected during instantiation of "void run_fmha_block_dgrad_fp16_sm80_loop_<Kernel_traits>(const FMHA_dgrad_params &, cudaStream_t) [with Kernel_traits=FMHA_kernel_traits<256, 32, 16, 1, 8, 8U, __half>]"
- (59): here
- F:/Stable_Diffusion/stable-diffusion-webui-master/repositories/xformers/third_party/flash-attention/csrc/flash_attn/src\fmha/gmem_tile.h(469): warning #177-D: variable "warp" was declared but never referenced
- detected during:
- instantiation of "fmha::Gmem_summary_stats<Cta_tile>::Gmem_summary_stats(void *, const Params &, int) [with Cta_tile=fmha::Cta_tile_<16, 256, 64, 1, 8, 1>, Params=FMHA_dgrad_params]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_kernel_1xN_loop.h(187): here
- instantiation of "void fmha::compute_block_dq_dk_dv_1xN_one_iter<Kernel_traits,Is_dropout,Is_causal,Is_first,Is_last,Params,Prng>(const Params &, Prng &, int) [with Kernel_traits=FMHA_kernel_traits<256, 64, 16, 1, 8, 256U, __half>, Is_dropout=true, Is_causal=true, Is_first=true, Is_last=true, Params=FMHA_dgrad_params, Prng=<unnamed>::Philox]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_kernel_1xN_loop.h(752): here
- instantiation of "void fmha::compute_block_dq_dk_dv_1xN<Kernel_traits,Is_dropout,Is_causal,loop_steps,Params>(const Params &) [with Kernel_traits=FMHA_kernel_traits<256, 64, 16, 1, 8, 256U, __half>, Is_dropout=true, Is_causal=true, loop_steps=-1, Params=FMHA_dgrad_params]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(9): here
- instantiation of "void fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernel<Kernel_traits,Is_dropout,Is_causal,loop_steps>(FMHA_dgrad_params) [with Kernel_traits=FMHA_kernel_traits<256, 64, 16, 1, 8, 256U, __half>, Is_dropout=true, Is_causal=true, loop_steps=-1]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(31): here
- instantiation of "void run_fmha_block_dgrad_fp16_sm80_loop_<Kernel_traits>(const FMHA_dgrad_params &, cudaStream_t) [with Kernel_traits=FMHA_kernel_traits<256, 64, 16, 1, 8, 256U, __half>]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(62): here
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(14): warning #177-D: variable "smem_size_softmax" was declared but never referenced
- detected during instantiation of "void run_fmha_block_dgrad_fp16_sm80_loop_<Kernel_traits>(const FMHA_dgrad_params &, cudaStream_t) [with Kernel_traits=FMHA_kernel_traits<256, 64, 16, 1, 8, 256U, __half>]"
- (62): here
- C:/Program Files (x86)/Windows Kits/10/include/10.0.19041.0/ucrt\fenv.h(113): warning #550-D: variable "_Ans" was set but never used
- F:/Stable_Diffusion/stable-diffusion-webui-master/repositories/xformers/third_party/flash-attention/csrc/flash_attn/src\fmha/gmem_tile.h(469): warning #177-D: variable "warp" was declared but never referenced
- detected during:
- instantiation of "fmha::Gmem_summary_stats<Cta_tile>::Gmem_summary_stats(void *, const Params &, int) [with Cta_tile=fmha::Cta_tile_<16, 256, 16, 1, 8, 1>, Params=FMHA_dgrad_params]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_kernel_1xN_loop.h(187): here
- instantiation of "void fmha::compute_block_dq_dk_dv_1xN_one_iter<Kernel_traits,Is_dropout,Is_causal,Is_first,Is_last,Params,Prng>(const Params &, Prng &, int) [with Kernel_traits=FMHA_kernel_traits<256, 16, 16, 1, 8, 8U, __half>, Is_dropout=true, Is_causal=true, Is_first=true, Is_last=true, Params=FMHA_dgrad_params, Prng=<unnamed>::Philox]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_kernel_1xN_loop.h(752): here
- instantiation of "void fmha::compute_block_dq_dk_dv_1xN<Kernel_traits,Is_dropout,Is_causal,loop_steps,Params>(const Params &) [with Kernel_traits=FMHA_kernel_traits<256, 16, 16, 1, 8, 8U, __half>, Is_dropout=true, Is_causal=true, loop_steps=-1, Params=FMHA_dgrad_params]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(9): here
- instantiation of "void fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernel<Kernel_traits,Is_dropout,Is_causal,loop_steps>(FMHA_dgrad_params) [with Kernel_traits=FMHA_kernel_traits<256, 16, 16, 1, 8, 8U, __half>, Is_dropout=true, Is_causal=true, loop_steps=-1]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(31): here
- instantiation of "void run_fmha_block_dgrad_fp16_sm80_loop_<Kernel_traits>(const FMHA_dgrad_params &, cudaStream_t) [with Kernel_traits=FMHA_kernel_traits<256, 16, 16, 1, 8, 8U, __half>]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(56): here
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(14): warning #177-D: variable "smem_size_softmax" was declared but never referenced
- detected during instantiation of "void run_fmha_block_dgrad_fp16_sm80_loop_<Kernel_traits>(const FMHA_dgrad_params &, cudaStream_t) [with Kernel_traits=FMHA_kernel_traits<256, 16, 16, 1, 8, 8U, __half>]"
- (56): here
- F:/Stable_Diffusion/stable-diffusion-webui-master/repositories/xformers/third_party/flash-attention/csrc/flash_attn/src\fmha/gmem_tile.h(469): warning #177-D: variable "warp" was declared but never referenced
- detected during:
- instantiation of "fmha::Gmem_summary_stats<Cta_tile>::Gmem_summary_stats(void *, const Params &, int) [with Cta_tile=fmha::Cta_tile_<16, 256, 32, 1, 8, 1>, Params=FMHA_dgrad_params]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_kernel_1xN_loop.h(187): here
- instantiation of "void fmha::compute_block_dq_dk_dv_1xN_one_iter<Kernel_traits,Is_dropout,Is_causal,Is_first,Is_last,Params,Prng>(const Params &, Prng &, int) [with Kernel_traits=FMHA_kernel_traits<256, 32, 16, 1, 8, 8U, __half>, Is_dropout=true, Is_causal=true, Is_first=true, Is_last=true, Params=FMHA_dgrad_params, Prng=<unnamed>::Philox]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_kernel_1xN_loop.h(752): here
- instantiation of "void fmha::compute_block_dq_dk_dv_1xN<Kernel_traits,Is_dropout,Is_causal,loop_steps,Params>(const Params &) [with Kernel_traits=FMHA_kernel_traits<256, 32, 16, 1, 8, 8U, __half>, Is_dropout=true, Is_causal=true, loop_steps=-1, Params=FMHA_dgrad_params]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(9): here
- instantiation of "void fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernel<Kernel_traits,Is_dropout,Is_causal,loop_steps>(FMHA_dgrad_params) [with Kernel_traits=FMHA_kernel_traits<256, 32, 16, 1, 8, 8U, __half>, Is_dropout=true, Is_causal=true, loop_steps=-1]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(31): here
- instantiation of "void run_fmha_block_dgrad_fp16_sm80_loop_<Kernel_traits>(const FMHA_dgrad_params &, cudaStream_t) [with Kernel_traits=FMHA_kernel_traits<256, 32, 16, 1, 8, 8U, __half>]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(59): here
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(14): warning #177-D: variable "smem_size_softmax" was declared but never referenced
- detected during instantiation of "void run_fmha_block_dgrad_fp16_sm80_loop_<Kernel_traits>(const FMHA_dgrad_params &, cudaStream_t) [with Kernel_traits=FMHA_kernel_traits<256, 32, 16, 1, 8, 8U, __half>]"
- (59): here
- F:/Stable_Diffusion/stable-diffusion-webui-master/repositories/xformers/third_party/flash-attention/csrc/flash_attn/src\fmha/gmem_tile.h(469): warning #177-D: variable "warp" was declared but never referenced
- detected during:
- instantiation of "fmha::Gmem_summary_stats<Cta_tile>::Gmem_summary_stats(void *, const Params &, int) [with Cta_tile=fmha::Cta_tile_<16, 256, 64, 1, 8, 1>, Params=FMHA_dgrad_params]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_kernel_1xN_loop.h(187): here
- instantiation of "void fmha::compute_block_dq_dk_dv_1xN_one_iter<Kernel_traits,Is_dropout,Is_causal,Is_first,Is_last,Params,Prng>(const Params &, Prng &, int) [with Kernel_traits=FMHA_kernel_traits<256, 64, 16, 1, 8, 256U, __half>, Is_dropout=true, Is_causal=true, Is_first=true, Is_last=true, Params=FMHA_dgrad_params, Prng=<unnamed>::Philox]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_kernel_1xN_loop.h(752): here
- instantiation of "void fmha::compute_block_dq_dk_dv_1xN<Kernel_traits,Is_dropout,Is_causal,loop_steps,Params>(const Params &) [with Kernel_traits=FMHA_kernel_traits<256, 64, 16, 1, 8, 256U, __half>, Is_dropout=true, Is_causal=true, loop_steps=-1, Params=FMHA_dgrad_params]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(9): here
- instantiation of "void fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernel<Kernel_traits,Is_dropout,Is_causal,loop_steps>(FMHA_dgrad_params) [with Kernel_traits=FMHA_kernel_traits<256, 64, 16, 1, 8, 256U, __half>, Is_dropout=true, Is_causal=true, loop_steps=-1]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(31): here
- instantiation of "void run_fmha_block_dgrad_fp16_sm80_loop_<Kernel_traits>(const FMHA_dgrad_params &, cudaStream_t) [with Kernel_traits=FMHA_kernel_traits<256, 64, 16, 1, 8, 256U, __half>]"
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(62): here
- F:\Stable_Diffusion\stable-diffusion-webui-master\repositories\xformers\third_party\flash-attention\csrc\flash_attn\src\fmha_block_dgrad_fp16_kernel_loop.sm80.cu(14): warning #177-D: variable "smem_size_softmax" was declared but never referenced
- detected during instantiation of "void run_fmha_block_dgrad_fp16_sm80_loop_<Kernel_traits>(const FMHA_dgrad_params &, cudaStream_t) [with Kernel_traits=FMHA_kernel_traits<256, 64, 16, 1, 8, 256U, __half>]"
- (62): here
- ptxas info : 25 bytes gmem
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb0ELi2EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb0ELi2EEv17FMHA_dgrad_params
- 8 bytes stack frame, 4 bytes spill stores, 4 bytes spill loads
- ptxas info : Used 255 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb1ELi2EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb1ELi2EEv17FMHA_dgrad_params
- 8 bytes stack frame, 8 bytes spill stores, 8 bytes spill loads
- ptxas info : Used 255 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb0ELi2EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb0ELi2EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 255 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb1ELi2EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb1ELi2EEv17FMHA_dgrad_params
- 8 bytes stack frame, 8 bytes spill stores, 8 bytes spill loads
- ptxas info : Used 255 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb0ELi1EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb0ELi1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 246 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb1ELi1EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb1ELi1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 246 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb0ELi1EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb0ELi1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 254 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb1ELi1EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb1ELi1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 246 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb0ELin1EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb0ELin1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 255 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb1ELin1EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb1ELin1EEv17FMHA_dgrad_params
- 8 bytes stack frame, 8 bytes spill stores, 8 bytes spill loads
- ptxas info : Used 255 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb0ELin1EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb0ELin1EEv17FMHA_dgrad_params
- 8 bytes stack frame, 4 bytes spill stores, 4 bytes spill loads
- ptxas info : Used 255 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb1ELin1EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb1ELin1EEv17FMHA_dgrad_params
- 8 bytes stack frame, 8 bytes spill stores, 8 bytes spill loads
- ptxas info : Used 255 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELi2EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELi2EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 239 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELi2EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELi2EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 236 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELi2EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELi2EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 246 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELi2EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELi2EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 255 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELi1EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELi1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 221 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELi1EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELi1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 223 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELi1EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELi1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 235 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELi1EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELi1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 226 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELin1EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELin1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 255 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELin1EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELin1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 241 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELin1EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELin1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 254 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELin1EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELin1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 250 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELi2EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELi2EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 195 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELi2EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELi2EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 209 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELi2EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELi2EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 218 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELi2EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELi2EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 222 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELi1EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELi1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 160 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELi1EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELi1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 160 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELi1EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELi1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 198 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELi1EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELi1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 200 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELin1EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELin1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 209 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELin1EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELin1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 213 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELin1EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELin1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 226 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELin1EEv17FMHA_dgrad_params' for 'sm_80'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELin1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 233 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : 25 bytes gmem
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb0ELi2EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb0ELi2EEv17FMHA_dgrad_params
- 8 bytes stack frame, 8 bytes spill stores, 8 bytes spill loads
- ptxas info : Used 255 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb1ELi2EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb1ELi2EEv17FMHA_dgrad_params
- 8 bytes stack frame, 8 bytes spill stores, 8 bytes spill loads
- ptxas info : Used 255 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb0ELi2EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb0ELi2EEv17FMHA_dgrad_params
- 24 bytes stack frame, 28 bytes spill stores, 24 bytes spill loads
- ptxas info : Used 255 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb1ELi2EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb1ELi2EEv17FMHA_dgrad_params
- 32 bytes stack frame, 48 bytes spill stores, 36 bytes spill loads
- ptxas info : Used 255 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb0ELi1EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb0ELi1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 254 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb1ELi1EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb1ELi1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 255 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb0ELi1EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb0ELi1EEv17FMHA_dgrad_params
- 8 bytes stack frame, 8 bytes spill stores, 8 bytes spill loads
- ptxas info : Used 255 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb1ELi1EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb1ELi1EEv17FMHA_dgrad_params
- 8 bytes stack frame, 8 bytes spill stores, 8 bytes spill loads
- ptxas info : Used 255 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb0ELin1EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb0ELin1EEv17FMHA_dgrad_params
- 32 bytes stack frame, 52 bytes spill stores, 36 bytes spill loads
- ptxas info : Used 255 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb1ELin1EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb0ELb1ELin1EEv17FMHA_dgrad_params
- 40 bytes stack frame, 44 bytes spill stores, 36 bytes spill loads
- ptxas info : Used 255 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb0ELin1EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb0ELin1EEv17FMHA_dgrad_params
- 32 bytes stack frame, 60 bytes spill stores, 56 bytes spill loads
- ptxas info : Used 255 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb1ELin1EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi64ELi16ELi1ELi8ELj256E6__halfELb1ELb1ELin1EEv17FMHA_dgrad_params
- 40 bytes stack frame, 84 bytes spill stores, 72 bytes spill loads
- ptxas info : Used 255 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELi2EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELi2EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 248 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELi2EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELi2EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 245 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELi2EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELi2EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 254 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELi2EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELi2EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 249 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELi1EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELi1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 214 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELi1EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELi1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 216 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELi1EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELi1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 232 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELi1EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELi1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 224 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELin1EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELin1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 243 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELin1EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELin1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 249 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELin1EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELin1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 244 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELin1EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi32ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELin1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 251 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELi2EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELi2EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 204 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELi2EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELi2EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 218 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELi2EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELi2EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 220 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELi2EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELi2EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 236 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELi1EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELi1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 170 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELi1EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELi1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 186 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELi1EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELi1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 202 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELi1EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELi1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 208 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELin1EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb0ELin1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 216 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELin1EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb0ELb1ELin1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 220 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELin1EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb0ELin1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 229 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- ptxas info : Compiling entry function '_Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELin1EEv17FMHA_dgrad_params' for 'sm_75'
- ptxas info : Function properties for _Z47fmha_block_dgrad_fp16_sm80_dq_dk_dv_loop_kernelI18FMHA_kernel_traitsILi256ELi16ELi16ELi1ELi8ELj8E6__halfELb1ELb1ELin1EEv17FMHA_dgrad_params
- 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
- ptxas info : Used 237 registers, 632 bytes cmem[0], 16 bytes cmem[2]
- tmpxft_00001a64_00000000-7_fmha_block_dgrad_fp16_kernel_loop.sm80.compute_86.cudafe1.cpp
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::SymInt
- ]
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=c10::SymInt
- ]
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=c10::SymInt
- ]
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<c10::SymInt>' being compiled
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/core/TensorImpl.h(1577): note: see reference to class template instantiation 'c10::optional<c10::SymInt>' being compiled
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::SymInt
- ]
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/core/TensorImpl.h(2687): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::impl::InlineDeviceGuard<c10::impl::VirtualGuardImpl>
- ]
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=c10::impl::InlineDeviceGuard<c10::impl::VirtualGuardImpl>
- ]
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=c10::impl::InlineDeviceGuard<c10::impl::VirtualGuardImpl>
- ]
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<c10::impl::InlineDeviceGuard<c10::impl::VirtualGuardImpl>>' being compiled
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/core/impl/InlineDeviceGuard.h(427): note: see reference to class template instantiation 'c10::optional<c10::impl::InlineDeviceGuard<c10::impl::VirtualGuardImpl>>' being compiled
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/core/DeviceGuard.h(178): note: see reference to class template instantiation 'c10::impl::InlineOptionalDeviceGuard<c10::impl::VirtualGuardImpl>' being compiled
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::impl::InlineDeviceGuard<c10::impl::VirtualGuardImpl>
- ]
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::impl::InlineDeviceGuard<c10::cuda::impl::CUDAGuardImpl>
- ]
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=c10::impl::InlineDeviceGuard<c10::cuda::impl::CUDAGuardImpl>
- ]
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=c10::impl::InlineDeviceGuard<c10::cuda::impl::CUDAGuardImpl>
- ]
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<c10::impl::InlineDeviceGuard<c10::cuda::impl::CUDAGuardImpl>>' being compiled
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/core/impl/InlineDeviceGuard.h(427): note: see reference to class template instantiation 'c10::optional<c10::impl::InlineDeviceGuard<c10::cuda::impl::CUDAGuardImpl>>' being compiled
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/cuda/CUDAGuard.h(140): note: see reference to class template instantiation 'c10::impl::InlineOptionalDeviceGuard<c10::cuda::impl::CUDAGuardImpl>' being compiled
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::impl::InlineDeviceGuard<c10::cuda::impl::CUDAGuardImpl>
- ]
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::impl::InlineStreamGuard<c10::cuda::impl::CUDAGuardImpl>
- ]
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=c10::impl::InlineStreamGuard<c10::cuda::impl::CUDAGuardImpl>
- ]
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=c10::impl::InlineStreamGuard<c10::cuda::impl::CUDAGuardImpl>
- ]
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<c10::impl::InlineStreamGuard<c10::cuda::impl::CUDAGuardImpl>>' being compiled
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/core/impl/InlineStreamGuard.h(197): note: see reference to class template instantiation 'c10::optional<c10::impl::InlineStreamGuard<c10::cuda::impl::CUDAGuardImpl>>' being compiled
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/cuda/CUDAGuard.h(273): note: see reference to class template instantiation 'c10::impl::InlineOptionalStreamGuard<c10::cuda::impl::CUDAGuardImpl>' being compiled
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::impl::InlineStreamGuard<c10::cuda::impl::CUDAGuardImpl>
- ]
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::cuda::impl::CUDAGuardImpl
- ]
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=c10::cuda::impl::CUDAGuardImpl
- ]
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=c10::cuda::impl::CUDAGuardImpl
- ]
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<c10::cuda::impl::CUDAGuardImpl>' being compiled
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/core/impl/InlineStreamGuard.h(232): note: see reference to class template instantiation 'c10::optional<T>' being compiled
- with
- [
- T=c10::cuda::impl::CUDAGuardImpl
- ]
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/cuda/CUDAGuard.h(292): note: see reference to class template instantiation 'c10::impl::InlineMultiStreamGuard<c10::cuda::impl::CUDAGuardImpl>' being compiled
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::cuda::impl::CUDAGuardImpl
- ]
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::impl::InlineStreamGuard<c10::impl::VirtualGuardImpl>
- ]
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=c10::impl::InlineStreamGuard<c10::impl::VirtualGuardImpl>
- ]
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=c10::impl::InlineStreamGuard<c10::impl::VirtualGuardImpl>
- ]
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<c10::impl::InlineStreamGuard<c10::impl::VirtualGuardImpl>>' being compiled
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/core/impl/InlineStreamGuard.h(197): note: see reference to class template instantiation 'c10::optional<c10::impl::InlineStreamGuard<c10::impl::VirtualGuardImpl>>' being compiled
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/core/StreamGuard.h(139): note: see reference to class template instantiation 'c10::impl::InlineOptionalStreamGuard<c10::impl::VirtualGuardImpl>' being compiled
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::impl::InlineStreamGuard<c10::impl::VirtualGuardImpl>
- ]
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::impl::VirtualGuardImpl
- ]
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t<T>' being compiled
- with
- [
- T=c10::impl::VirtualGuardImpl
- ]
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base<T>' being compiled
- with
- [
- T=c10::impl::VirtualGuardImpl
- ]
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase<c10::impl::VirtualGuardImpl>' being compiled
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/core/impl/InlineStreamGuard.h(232): note: see reference to class template instantiation 'c10::optional<T>' being compiled
- with
- [
- T=c10::impl::VirtualGuardImpl
- ]
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/core/StreamGuard.h(162): note: see reference to class template instantiation 'c10::impl::InlineMultiStreamGuard<c10::impl::VirtualGuardImpl>' being compiled
- F:/Python 3.10.8/lib/site-packages/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base<T>': destructor was implicitly defined as deleted
- with
- [
- T=c10::impl::VirtualGuardImpl
- ]
- C:\Users\User\AppData\Local\Temp\tmpxft_00001a64_00000000-7_fmha_block_dgrad_fp16_kernel_loop.sm80.compute_86.cudafe1.cpp : fatal error C1083: Cannot open compiler generated file: '': Invalid argument
- error: command 'C:\\Program Files\\NVIDIA GPU Computing Toolkit\\CUDA\\v11.7\\bin\\nvcc.exe' failed with exit code 4294967295
- [end of output]
- note: This error originates from a subprocess, and is likely not a problem with pip.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement