Skip to content

Conversation

@akodanka
Copy link

No description provided.

rairatne and others added 12 commits August 31, 2022 03:49
This patch add validation checks for the operation
which were causing segfault like: Dequantize, Div,
L2Pooling2D, Less, Logistic, MaxPool2d, Mul, Quantize,
ReduceMin, ReduceSum, Relu, Relu1, Relu6, Softmax, Sub,
Tanh

Also validation checks of few operations were modified
to check for zero tensor operands, and operand lifetime
Add, AveragePool2D, FullyConnected, SpaceToBatch,
Squeeze, Transpose, TransposeConv2D

All the above operations were causing segfault while
running run cts -m CtsNNAPITestCases -t
TestGenerated/GeneratedTest*

Change-Id: I300d230dad1ab2f919a097d4db7a3865d7f91e11
Tracked-On: OAM-102888
Signed-off-by: Ratnesh Kumar Rai <ratnesh.kumar.rai@intel.com>
This patch disables the following operations
MAX_POOL_2D, L2_POOL_2D, DEPTHWISE_CONV_2D, CONV_2D,
AVERAGE_POOL_2D, L2_NORMALIZATION, RESIZE_BILINEAR
RESIZE_NEAREST_NEIGHBOR

Above operations were causing segfault while running
CtsNNAPITestCases -t TestRandomGraph/RandomGraphTest*

This operations doesn't have validation check for
operand with zero values which was causing segfault
in mkldnn plugin while loading the model generated
by nnhal

Following operartions behaviour/parameters is changed
in V1.3, thus disbaling them for now
L2_NORMALIZATION, RESIZE_BILINEAR ,
RESIZE_NEAREST_NEIGHBOR

Change-Id: I4a1e230dad1ab2f919a097d4db7a3865d7f91e11
Tracked-On: OAM-102888
Signed-off-by: Ratnesh Kumar Rai <ratnesh.kumar.rai@intel.com>
moved manifest changes which enable nnhal within
nnhal. Thus to disable nnhal one needs to modify
only mixin.spec, by setting neuralnetworks: false

Change-Id: I79ec230dad1ab2f919a097d4db7a3865d7f91e11
Tracked-On: OAM-103820
Signed-off-by: Ratnesh Kumar Rai <ratnesh.kumar.rai@intel.com>
- Changed neural networks default paths in Android.bp

Tracked-On: OAM-104044
Signed-off-by: Nagamani Chennuboina <nagamani.chennuboina@intel.com>
Signed-off-by: Anoob Anto K <anoob.anto.kodankandath@intel.com>
This commit reverts the disabled ops and const life
operand check for the operations required for object
detection

Also validation check is added for DepthToSpace op

Change-Id: I87da230dad1ab2f919a097d4db7a3865d7f91e11
Tracked-On: OAM-104082
Signed-off-by: Ratnesh Kumar Rai <ratnesh.kumar.rai@intel.com>
Certain operations were disabled and limitations were applied to
a few other operations as part of OAM-102888 : e19bead, 0722c03.
These changes were needed due to the CTS failures observed on
Android_S while using NNHAL1.3.

Here, we are re-enabling these operations since it is blocking
many usecases like Image Classification, etc.

Tracked-On: OAM-105480
Signed-off-by: Anoob Anto K <anoob.anto.kodankandath@intel.com>
Tracked-On: OAM-102337
Signed-off-by: Ratnesh Kumar Rai <ratnesh.kumar.rai@intel.com>
Signed-off-by: akodanka <anoob.anto.kodankandath@intel.com>
Introducing unix socket for AI Dispatcher grpc connection along
with TCP socket.
Using additional vendor property vendor.nn.hal.grpc_socket_path.

Tracked-On: OAM-105559
Signed-off-by: Anoob Anto K <anoob.anto.kodankandath@intel.com>
Tracked-On: OAM-105572
Signed-off-by: Anoob Anto K <anoob.anto.kodankandath@intel.com>
Tracked-On: OAM-105568
Signed-off-by: Anoob Anto K <anoob.anto.kodankandath@intel.com>
Tracked-On: OAM-105568
Signed-off-by: Anoob Anto K <anoob.anto.kodankandath@intel.com>
Tracked-On: OAM-105569
Signed-off-by: Anoob Anto K <anoob.anto.kodankandath@intel.com>
@sysopenci
Copy link

Jira issue not in ['bug','improvement'], make sure jira issue is of type bug or improvement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Invalid commit message Stale Stale label for inactive open prs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants