From 4830dd168c6566f6533823974358380af52c9b38 Mon Sep 17 00:00:00 2001 From: Jaydeep Patel Date: Thu, 16 Feb 2023 16:57:50 +0000 Subject: [PATCH] SWDEV-382664 - Remove WaveLimiter init The wavelimiter init was unintentionally added in one change. It wasn't supposed to perform any logic, since LC doesn't support it and the number of waves can be overwritten only with an environment variable. Change-Id: I447bd1ad685800f874b6a6fb7409dc67e43640ff --- rocclr/device/pal/palkernel.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/rocclr/device/pal/palkernel.cpp b/rocclr/device/pal/palkernel.cpp index f425e3d7dc..035a6288a3 100644 --- a/rocclr/device/pal/palkernel.cpp +++ b/rocclr/device/pal/palkernel.cpp @@ -498,7 +498,6 @@ const LightningProgram& LightningKernel::prog() const { #if defined(USE_COMGR_LIBRARY) bool LightningKernel::init() { - waveLimiter_.enable(); return GetAttrCodePropMetadata(); }