mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 11:56:07 +00:00
register the lax module for stack trace filtering
This commit is contained in:
parent
60bff69ee6
commit
4c179d1b66
@ -11,3 +11,8 @@
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
import os
|
||||
|
||||
from jax._src import traceback_util
|
||||
traceback_util.register_exclusion(os.path.dirname(__file__))
|
||||
|
Loading…
x
Reference in New Issue
Block a user