mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
[XPU] Add test/kernel.errors.txt to .gitignore. (#148538)
Intel GPU user mode driver may generate kernel.errors.txt files in current working directory in certain scenarios. It includes diagnostic information but does necessarily indicates the issue with an application. This is a known issue and will be fixed in newer version of driver. Pull Request resolved: https://github.com/pytorch/pytorch/pull/148538 Approved by: https://github.com/desertfire, https://github.com/jansel ghstack dependencies: #148534
This commit is contained in:
committed by
PyTorch MergeBot
parent
9c9b05bc4f
commit
389b496062
1
.gitignore
vendored
1
.gitignore
vendored
@ -64,6 +64,7 @@ test/generated_type_hints_smoketest.py
|
||||
test/htmlcov
|
||||
test/cpp_extensions/install/
|
||||
test/cpp_extensions/open_registration_extension/install
|
||||
test/kernel.errors.txt
|
||||
third_party/build/
|
||||
third_party/nccl/
|
||||
tools/coverage_plugins_package/pip-wheel-metadata/
|
||||
|
Reference in New Issue
Block a user