Forums - Error Galaxy S8: This version of Symphony is targeted to Snapdragon(TM) platforms.

3 posts / 0 new
Last post
Error Galaxy S8: This version of Symphony is targeted to Snapdragon(TM) platforms.
jax79sg
Join Date: 10 Mar 18
Posts: 12
Posted: Tue, 2018-03-13 00:32

 

Hi,

I ran an Android code in the following form on a Galaxy S8.


NeuralNetwork network=null;
        try {
            final SNPE.NeuralNetworkBuilder builder= new SNPE.NeuralNetworkBuilder(this.getApplication()).setRuntimeOrder(CPU).setModel(new File("/data/local/tmp/alesolano.dlc"));
            network= builder.build();
        } catch (IllegalStateException e ) {
            Log.e(TAG, e.getMessage(), e);
        } catch (IOException e){
            Log.e(TAG, e.getMessage(), e);
        }

But received the following error when it reaches the SNPE codes. 

/home/host/build/aarch64-android-clang3.8/SecondParty/symphony/src/symphony/src/lib/runtime.cc:468 runtime_init() This version of Symphony is targeted to Snapdragon(TM) platforms.

I understand this error to indicate a non snapdragon, but S8 is using Snapdragon 835. Would like some advice on this.

Regards,
Jax

 

  • Up0
  • Down0
jax79sg
Join Date: 10 Mar 18
Posts: 12
Posted: Wed, 2018-03-14 04:41

Hi,

I tried running the Android Example in the snpe-sdk and encountered the same problem as well. Also did a reset of the S8 but to no avail. Does SNPE work with all supported Snapdragon chips or just a selected few handsets?

Thank you.

  • Up0
  • Down0
jax79sg
Join Date: 10 Mar 18
Posts: 12
Posted: Thu, 2018-03-15 02:27

Hi,

Ran a cpuz on the phone and realised that its not a Snapdragon processor. Apparently, different models of the Galaxy S8 has different processors. Closing this question. 

Thanks.

  • Up0
  • Down0
or Register

Opinions expressed in the content posted here are the personal opinions of the original authors, and do not necessarily reflect those of Qualcomm Incorporated or its subsidiaries (“Qualcomm”). The content is provided for informational purposes only and is not meant to be an endorsement or representation by Qualcomm or any other party. This site may also provide links or references to non-Qualcomm sites and resources. Qualcomm makes no representations, warranties, or other commitments whatsoever about any non-Qualcomm sites or third-party resources that may be referenced, accessible from, or linked to this site.