Bug 863 - Android: Add JOCL Version Info Test
Summary: Android: Add JOCL Version Info Test
Status: RESOLVED FIXED
Alias: None
Product: Jocl
Classification: JogAmp
Component: core (show other bugs)
Version: 1
Hardware: embedded_all other
: --- enhancement
Assignee: Sven Gothel
URL:
Depends on: 773 884
Blocks:
  Show dependency treegraph
 
Reported: 2013-10-19 07:17 CEST by Sven Gothel
Modified: 2014-01-26 20:27 CET (History)
4 users (show)

See Also:
Type: ---
SCM Refs:
aac4c5fc4ab7c77eff3b71f518100dd182ec2c33 ff5aebf0c341393552df9f9f85e8df6a7d9e8029
Workaround: ---


Attachments
JoclVersionInfo-CL11_Nexus10_Android442_MaliT604 (7.00 KB, text/plain)
2014-01-26 03:51 CET, Sven Gothel
Details
JoclVersionInfo-CL11_Nexus10_Android442_MaliT604 RAW LOG (50.35 KB, text/plain)
2014-01-26 03:51 CET, Sven Gothel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Gothel 2013-10-19 07:17:25 CEST
Bug 773 is completed, i.e. adding flexible opencl lib lookup.

Now we need to validate - and hence need test Activities for Android.

Please look at JOGL ..
Comment 1 Sven Gothel 2013-11-01 21:01:04 CET
Blocked by 884, since I don't want to touch the current JOCL build.xml files in this state ..
Comment 2 Sven Gothel 2014-01-26 03:02:29 CET
aac4c5fc4ab7c77eff3b71f518100dd182ec2c33
    Cleanup Build: GlueGen config files, stub_includes; Add JoclVersion, Android JoclVersionActivity
    
    Cleanup Build:
      - Move gluegen config files into make/config (cleanup)
    
      - Move stub_includes into respective folder make/stub_includes
        and keep resources 'clean'
    
    JoclVersion:
      - Analoge to JoglVersion, replaces JOCLVersion (deprecated for now)
      - Added text based CL info dump.
    
    JoclVersionActivity:
      - Analog to JoclVersionActivity
      - Added full launch .. tested on Android (but no OpenCL avail.)
Comment 3 Sven Gothel 2014-01-26 03:50:15 CET
ff5aebf0c341393552df9f9f85e8df6a7d9e8029
  JoclVersionActivity: Dump info on stderr for adb logcat
Comment 4 Sven Gothel 2014-01-26 03:51:07 CET
Created attachment 581 [details]
JoclVersionInfo-CL11_Nexus10_Android442_MaliT604
Comment 5 Sven Gothel 2014-01-26 03:51:35 CET
Created attachment 582 [details]
JoclVersionInfo-CL11_Nexus10_Android442_MaliT604 RAW LOG
Comment 6 Sven Gothel 2014-01-26 03:52:53 CET
(In reply to comment #4)
> Created attachment 581 [details]
> JoclVersionInfo-CL11_Nexus10_Android442_MaliT604

On Nexus 10, Android 4.4.2 w/ Mali-T604,
JoclVersionActivity shows CL 1.1 availability,
i.e. dumps all properties.

Hurray ..
Comment 7 Wade Walker 2014-01-26 20:27:53 CET
Awesome!