From 389b496062be3346ef55631efefb0c6869b55081 Mon Sep 17 00:00:00 2001 From: "xinan.lin" Date: Wed, 5 Mar 2025 04:57:47 -0800 Subject: [PATCH] [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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f30e4edc5bde..2e4bef77d24b 100644 --- a/.gitignore +++ b/.gitignore @@ -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/